:root{

    --white:#ffffff;
    --black:#000000;
    --red:#b90000;
    --green:#4f9b3a;
    --darkgrey:#555;
    --grey:#777;
    --lightgrey:#efefef;
    --faktabox:#f2f1e9;
    --fontlight:#fff;
    --fontdark:#555;
    --orange:#f0ad4e;
    --darkred:#7B0000;
    --blue:#337ab7;
    --darkgreen:#1C7413;
    --background:#f8f9fa;

    --primary:var(--orange);
    --secondary:var(--orange);
    --primaryText: var(--white);
    --button:var(--orange);
    --buttonText: var(--white);
    --menuProfileText:var(--orange);
}


:focus {
    outline: none !important;
}

html,
body {
    font-family: sans-serif;
    color:  var(--darkgrey);
    background-color: var(--white);
    font-size: 20px;
    height:100%;


}

.hide {
    display: none;
}

.section-dark {
   background-color: #efefef;
   padding: 50px 15px;
   text-align: center;

}

.section-light {
   background-color: #fff;
   padding: 50px 15px;
   text-align: center;

}

.section-primary {
   background-color: var(--primary);
   color: #fff;
   padding: 50px 15px;
   text-align: center;

}


.site-container {
    max-width: 1024px;
    padding: 25px 0 25px 0;

}

.site-slogan {
    position: absolute;
	font-size: 18px;
		color: var(--darkgrey);

	margin: -65px 0 0 2px;


}

.site-name {
	margin: -10px 0 0 0;

	font-size: 40px;
}

.test-icon {
    position: absolute;
    padding: 5px 0 0 5px;
	color: var(--red);
    font-weight: bold;
	font-size: 24px;
    z-index: 1;
}

.site-row {
    padding: 10px 0;
}

.nav-margin {
    margin: 0px 0px 0px 100px;
    width: 100%;
}

.nav-link-mobile {
    display: none;
}

.site-navbar {
    border-bottom: 2px solid var(--primary);

}

.site-menu-link {
    color: var(--primary);
    border-bottom: 3px solid var(--background);
}

.site-menu-link:hover {
    border-bottom: 3px solid var(--primary);

}

.nav-profile-link {
    color: var(--menuProfileText) !important;
}

.site-checkbox input[type="checkbox"] {
	display: none;
}

.site-checkbox input[type="checkbox"]+label::before {
    margin: -2px 0 0 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 2px solid #555;
	background-color: #fff !important;
	display: block;
	content: "";
	float: left;
	margin-right: 5px;
}

.site-checkbox input[type="checkbox"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 3px  var(--primary);
	background-color: var(--primary) !important;
}



.site-textfield {
    color:#555;
    width: 100%;
	font-size: 18px;
    border: none;
    background-color: #efefef;
    padding: 9px;
    border-radius: 5px;
}

.site-select {
    color:#555;
	font-size: 18px;
    border: none;
    background-color: #efefef;
    padding: 9px;
    border-radius: 5px;
}


.site-area {
    color:#555;
    margin: 10px 0 ;
	font-size: 18px;
    border: none;
    width: 100%;
    height: 400px;
    background-color: #efefef;
    padding: 9px;
    border-radius: 5px;
}

.select-location {
    max-width: 300px;
}

.header {
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}

.title {
    text-align: center;

    padding: 25px 0;
    font-size: 40px;
    font-weight: bold;
}

.subtitle {

    padding: 20px 0 5px 0;
    font-size: 20px;
    font-weight: bold;
}


.text {
    font-size: 20px;
}

.image {
    box-shadow: 10px 11px 15px -9px rgba(0,0,0,0.75);
}

.green {
    color: var(--green);
}

.red {
    color: var(--red);

}

.list {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.highlighted {
    background-color: #ffe6e4;

}

.mobile-box {
    margin : auto;
    width: 260px;
    padding: 5px;
}

.mobile-logo {
    display: inline-block;
}

.mobile-text {
    font-size: 12px;
    margin: 0 0 0 10px;
    text-align: center;
}

.step-icon {
    margin:auto;
    text-align: center;
    font-size: 40px;
    border: 5px solid var(--menuProfileText);
    border-radius: 50px;
    width: 100px;
    height:100px;
    padding: 15px 0 0 0px;
    background-color:var(--primary);
    color:#fff;
}

.steps {
    padding: 50px;

}

.step-title {
   padding: 10px ;
   text-align: center;
   font-weight: bold;
   height: 100px;
   color: white;
   background-color: var(--primary);
   font-size: 18px;

}

.step-text {
    margin: 40px 0 0 0 ;
    text-align: center;
    font-size: 18px;

}

.step-info {
    padding: 5px ;
    font-size: 18px;
   background-color: #efefef;
   font-size: 16px;
   text-align: left;

}


.create-box {
   text-align: center;
}

.site-buttons {

    padding: 20px 20px 20px 20px;
    text-align: center;
}

.right-buttons {
    padding: 20px 20px 20px 20px;
    text-align: right;
}

.site-button {
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #555;
    padding: 10px;
    border-radius: 25px;
    margin:15px 5px;
    text-align: center;
    min-width: 120px;

}

.site-button-red {
   background-color: var(--red);
    color: #fff;


}
.site-lg-button {
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #555;
    padding: 15px 30px;
    border-radius: 25px;
    margin:5px;
    text-align: center;
    min-width: 120px;

 }

.site-lg-button:hover{
    background-color:  var(--button);
    color: #fff;
    cursor: pointer;

}




.site-button:hover{
    background-color:  var(--button);
    color: #fff;
    cursor: pointer;
}


.site-color-button:hover {
    background-color: #fff;
    color: #555;
    cursor: pointer;

}

.site-color-button {
    color: var(--buttonText);
    background-color: var(--button);
    cursor: pointer;

}

.site-blue-button {
    color: #fff;
    background-color: var(--blue);
    cursor: pointer;

}


.site-blue-button:hover {
    background-color: #fff;
    color: #555;
    cursor: pointer;

}



.site-searchfeild {
    max-width : 675px;
    margin:auto;
}


.red-button {
    color: #fff;
    background-color: var(--red);

}

.front-line {
    margin: 20px 15px;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.site-menu-login {
    border-radius : 10px;
    color: #fff !important;
    background-color:  var(--primary);
}


.menu-login {
    padding: 0px;
}

.block {
    padding: 5px;

}

.green-button {
    width: 100%;
    height: 42px;
    background-color: green;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;

 }

.error-message {
	font-size: 14px;
	color: var(--red);
	height: 12px;
	margin: 0 0 10px 5px;
	font-weight: bold;
}


.admin-box {
    border-bottom: 1px solid #555;
    background-color: #999;
   // width:100%;
    height:50px;
}


.admin-publish-button {
    background-color: var(--darkgreen);
    width: 125px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 25px;
    margin:5px;
    text-align: center;
    color: #fff;
    float: right;


}

.admin-block-button {
    background-color: var(--primary);
    width: 125px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 25px;
    margin:5px;
    text-align: center;
    color: #fff;
    float: right;


}

.admin-block-button:hover {
    opacity: 0.8;

}

.admin-block-button:active {
    opacity: 0.5;

}

.admin-delete-button {
   background-color: var(--red);
    width: 125px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 25px;
    margin:5px;
    text-align: center;
    color: #fff;
   float: right;

}

.image-upload-container {
    display: block;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    overflow: hidden;
}


.image-upload-container-sm {
    display: block;

    margin: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    overflow: hidden;
}

.image-upload {
    position: relative;
    background-image: url('/resources/img/image-icon.svg');
    background-size: 40px 40px;
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.button-image-upload {
    background-color: #999;
    color: #eee;
    height: 75px;
    text-align: center;
	font-size: 42px;

}


.admin-textfield {
	font-size: 18px;
    border: none;
    background-color: #efefef;
    padding: 9px;
    border-radius: 5px;
    width: 100%;
}

.admin-select {
    margin-top: 18px;
    background-color: #efefef;
    padding: 9px;
    border-radius: 5px;
}


.admin-area {
    margin: 10px 0 ;
	font-size: 18px;
    border: none;
    width: 100%;
    height: 400px;
    background-color: #efefef;
    padding: 9px;
    border-radius: 5px;
}


.button-image-upload:hover {
    background-color: #bbb;
}

.search-field {
  position: relative;
  width: 100%;
}

.search-field input {
  background-color: #efefef;

  width: 100%;
  padding: 10px 60px 10px 20px;
  display: block;
  border-radius: 20px;
  border: 1px solid #555;;


}

.search-field button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 20px;
  z-index: 2;
}

.search-field input:focus + button .fa-search {
  color: red;
}

.site-footer {

    background-color: var(--primary);
    margin: 0px;
    max-width: 100%;
    color: var(--primaryText);
    padding: 0 100px;
    font-size:18px;

}

.link {
    color: var(--primary);
}

.link:hover {
    color: #555;
}

.infopage {
    margin: auto;
    max-width: 700px;
}

.image {
    margin: auto;
}




.warn-header {
    background-color: var(--red);
    color: #fff;
}
.warn-footer {
    background-color: #efefef;
}

.infobox-header {
    background-color: var(--blue);
    color: #fff;
}

.infobox-footer {
    background-color: #efefef;
}

.tipbox {
    padding: 20px 20px 20px 20px;
    background-color: #D6E3E9;
    border-radius: 10px 10px 10px 10px;
    margin: 20px 10px;
}



.cookie-info {
    position: fixed;
    bottom: 0;
    background-color : #555;
    height: 60px;
    width: 100%;
    font-size: 14px;
    opacity : 0.9;
}
.cookie-container {
    display: inline;
}

.cookie-text {
    width:900px;
    float: left;
    color: white;
    padding:10px 0 0 0 ;

}

.cookie-text a {

    color:  var(--primary);
    font-weight:bold;
}

.cookie-btn {
    padding:10px;
    float: right;

}

.cookie-btn-accept {
    text-align: center;
    background-color : var(--button);
    color:  var(--white);
    padding: 10px 15px;
   border-radius: 4px;
   width:125px;
}

.cookie-btn-accept:hover {
    font-weight:bold;
}

.cookie-btn-accept:active {
    border: 1px solid var(--yellow);
}

.to-profile {
    cursor: pointer;
}


.footer-header {
    font-size:20px;
    font-weight: bold;
}

.footer-year {
    font-size:20px;
 }

.footer-version {
    font-size:10px;
}

.footer-date {
}

.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;

}

.footer-link-small {
    color: #fff;
    text-decoration: none;
    font-size: 14px;

}

.footer-link:hover, .footer-link-small:hover {
    color: #dfdfdf;

}

.filter {

    padding: 40px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}


.dialog-button {
    background-color: var(--darkgrey);
    width: 125px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 25px;
    margin:5px;
    text-align: center;
    color: #fff;
    float: right;


}

.dialog-button:hover {
    opacity: 0.8;

}

.dialog-button:active {
    opacity: 0.5;

}

.dialog-title {
    font-size: 22px;
    font-weight: bold;
    background-color: var(--primary);
    color: #fff;

}

@media only screen and (max-width: 1025px) {

    html, body {
        overflow-x: hidden;
    }

    .site-container {
        max-width: 1024px;
        padding: 25px 10px 50px 10px;
    }
    .nav-margin {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }


    .site-footer {
        padding: 0 10px;
         text-align: center;
    }

    .container {
        max-width: 1024px;
    }

}

@media only screen and (max-width: 769px) {

    html, body {
        overflow-x: hidden;
    }

    .site-slogan {
        display:none;
    }


    .site-container {
        padding: 25px 10px 50px 10px;
    }

    .navbar-right{
        float: none;

    }

    .nav-margin {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }

    .mobile-hide {
        display: none;
    }
    .nav-link-site {
        display: none;
    }

    .nav-link-mobile {
        display: block;
    }

    .project-box, .projects-image {
        width: 100% !important;
    }
}

@media only screen and (max-width: 415px) {

    html, body {
        overflow-x: hidden;
    }


    .site-name {
        font-size: 36px;
    }

    .site-slogan {
        display:none;
    }

    .site-container {
        max-width: 1024px;
        padding: 25px 10px 50px 10px;
    }

    .site-footer {
        padding: 0 10px;
         text-align: center;
    }

    .section-light {
        padding: 50px 0px;
    }

    .section-dark {
        padding: 50px 0px;
    }

   .cookie-info {
        height: 150px;
    }

    .cookie-text {
        width: 100%;
    }

    .navbar-right{
        float: none;

    }

    .nav-margin {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }

    .menu-login {
        padding: 0;
    }

    .nav-link-site {
        display: none;
    }

    .nav-link-mobile {
        display: block;
    }

    .step-icon {
        margin-top: 40px;
    }

    .select-location {
        float:left;
        margin: 10px auto;
    }



    .mobile-hide {
        display: none;
    }

    .mobile-row {
        padding: 20px 0 10px 0 ;
        width: none;
        border-bottom: 1px solid #555;
    }
    .image-upload-container {
        min-width: 100% !important;
        margin: 0 10px 0 0 ;

    }

    .site-buttons {
        padding: 20px 0;
    }

    .site-lg-button {
        padding: 10px 10px;
    }

}

@media only screen and (max-width: 321px) {


    .site-name {
        font-size: 28px;
    }

}

