* {
    margin: 0;
    box-sizing: border-box;
}

.desktop {
    display: none;
}

@font-face {
    font-family: "Yanone Kaffeesatz Light";
    src: url(fonts/YanoneKaffeesatz-Light.ttf);
}

@font-face {
    font-family: "Yanone Kaffeesatz Regular";
    src: url(fonts/YanoneKaffeesatz-Regular.ttf);
}

@font-face {
    font-family: "Cookie Regular";
    src: url(fonts/Cookie-Regular.ttf);
}

@font-face {
    font-family: "Raleway Regular";
    src: url(fonts/Raleway-Regular.ttf);
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Raleway Regular";
    font-size: 13px;
    color: #000000;
}

#wrapper {
    height: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
    overflow: auto;
    position: relative;
}



/*******************************************\
            HEADER SECTION
\*******************************************/

#header {
    width: 100%;
    height: 210px;
    position: relative;
    padding: 15px 0 0 0;
}

#navigation_container {
    padding: 0;
    margin: 0;
    height: 150px;
    width: 100%;
    position: relative;
}

#navigation {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}

#navigation #logo {
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    background-image: url("../layout/logo_2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#navigation #smartphone_menu_toggler {
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 3px solid #5ABEB6;
    text-align: right;
    font-family: "Yanone Kaffeesatz Light";
    font-size: 20px;
    color: #5ABEB6;
    text-decoration: none;
    text-transform: uppercase;
}

#navigation #smartphone_menu_toggler img {
    height: 24px;
    width: 24px;
    vertical-align: text-bottom;
    margin: 0 0 0 15px;
}

ul.smartphone {
    position: absolute;
    background-color: #F2F2F2;
    width: 100%;
    z-index: 1;
    border-bottom: 3px solid #5ABEB6;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

ul.smartphone li {
    height: 50px;
    display: block;
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
}

ul.smartphone li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
    font-family: "Yanone Kaffeesatz Light";
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #5ABEB6;
    display: block;
}

ul.smartphone li a::before {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 5px;
    content: '';
    background: #5ABEB6;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

ul.smartphone li a.active {
    color: #5A94BE;
    font-weight: bold;
}

ul.smartphone li a.active::before {
    width: 10px;
    background: #5A94BE;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}



/*******************************************\
            PAGE CONTENT SECTION
\*******************************************/

.section-container {
    width: 100%;
    position: relative;
    display: block;
    min-height: 50px;
    height: auto;
    overflow: auto;
    margin: 0;
    background-color: transparent;
}

.section-container.image--section {
    height: 200px;
    background-image: url("../files/images/03.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 5px 8px #CCCCCC;
    position: relative;
}

#wrapper .text--section:nth-child(4n+0) {
    background-color: transparent;
}

#wrapper .text--section:nth-child(4n+1) {
    background-color: #5A94BE;
}

#wrapper .text--section:nth-child(4n+2) {
    background-color: transparent;
}

#wrapper .text--section:nth-child(4n+3) {
    background-color: #5ABEB6;
}

#wrapper .text--section:nth-child(4n+1) .section,
#wrapper .text--section:nth-child(4n+3) .section,
#wrapper .text--section:nth-child(4n+1) .section h1,
#wrapper .text--section:nth-child(4n+3) .section h1 {
    color: #FFFFFF;
}

.section {
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.image--section h1 {
    font-family: "Yanone Kaffeesatz Regular";
    font-size: 7vw;
    color: #FFFFFF;
    right: 40px;
    bottom: 40px;
    position: absolute;
    padding: 10px;
    background-image: url("../layout/highlight_background_2.png");
    background-repeat: repeat;
}

.text--section h1 {
    margin: 0 0 15px 0;
    color: #5A94BE;
    font-weight: normal;
    font-family: 'Cookie Regular', sans-serif;
    font-size: 30px;
}

.section > h1:not(:first-child) {
    margin: 40px 0 15px 0;
}

.text--section h2 {
    margin: 15px 0;
    color: #5ABEB6;
    font-weight: bold;
    font-family: "Yanone Kaffeesatz Light", sans-serif;
    font-size: 18px;
}

.text--section ul.checkmarks {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.text--section ul.checkmarks li {
    padding: 5px 0;
}

.text--section ul.checkmarks li .material-icons {
    color: #5ABEB6;
    font-size: 18px;
}

.text--section ul.checkmarks li .material-icons.red {
    color: #be5a62;
}

p {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.row {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow-y: auto;
}

.column {
    position: relative;
    float: left;
    height: 100%;
    margin: 0;
    padding: 20px 0;
}

.column.t2,
.column.t3,
.column.t2--large,
.column.t2--small,
.column.t2--extra-large,
.column.t2--extra-small {
    width: 100%;
}

.column.border + .column.border::before {
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    content: '';
    background: #FFFFFF;
}

.column.border--thin + .column.border--thin::before {
    position: absolute;
    top: 0;
    left: 30%;
    width: 40%;
    height: 0.5px;
    content: '';
    background: #FFFFFF;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.section-container .material-icons {
    font-size: 15px;
    color: #5A94BE;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.section-container a {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 0 0 3px 0;
    color: #e9aad4;
}

.section-container a:not(.btn):after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    content: '';
    background: #e9aad4;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

#wrapper .text--section:nth-child(4n+1) a,
#wrapper .text--section:nth-child(4n+3) a {
    color: #FFFFFF;
}

#wrapper .text--section:nth-child(4n+1) a:after,
#wrapper .text--section:nth-child(4n+3) a:after {
    background: #FFFFFF;
}

.section-container a:not(.btn):focus::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.section-container .btn {
    position: relative;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Yanone Kaffeesatz Light";
    font-size: 16px;
    color: #A3A3A3;
    text-decoration: none;
    border: 2px solid #A3A3A3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.section-container .btn .material-icons {
    font-size: 14px;
    color: #A3A3A3;
    margin: 0 15px 0 0;
    padding: 0;
}

.section-container .btn:focus {
    border-color: #e9aad4;
    color: #e9aad4;
}

.section-container .btn:focus .material-icons {
    color: #e9aad4;
}

span.medium {
    font-size: 18px;
}

span.large {
    font-size: 26px;
}

span.bold {
    font-weight: bold;
}

span.italic {
    font-style: italic;
}



/*******************************************\
            IMAGES SECTION
\*******************************************/

.image_container {
    width: 90%;
    max-width: 300px;
    padding: 15px 15px 0 15px;
    height: auto;
    min-height: 100px;
    overflow-y: auto;
    box-shadow: 0 0 8px #A3A3A3;
    -moz-box-shadow: 0 0 8px #A3A3A3;
    -webkit-box-shadow: 0 0 8px #A3A3A3;
    position: relative;
    float: left;
    margin: 8px 12px 12px 8px;
}

.image_container .image {
    width: 100%;
    height: 150px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 2px solid #5ABEB6;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .3s ease-in-out;
    cursor: pointer;
}

.image_container .image:focus {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .3s ease-in-out;
}

.image_container h1 {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
    font-family: "Yanone Kaffeesatz Light";
    font-size: 18px;
    font-weight: bold;
    color: #5ABEB6;
    text-align: center;
}



/*******************************************\
            INPUT SECTION
\*******************************************/

.input_container {
    width: 100%;
    display: block;
    min-height: 35px;
    height: auto;
    overflow-y: auto;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    border: 2px solid #e9aad4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.input_container .icon {
    position: relative;
    float: left;
    height: 100%;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
}

form[name="calculate_distance"] .input_container .icon {
    width: 70px;
    line-height: 35px;
    color: #e9aad4;
    font-weight: bold;
    text-align: left;
}

.input_container .icon .material-icons {
    color: #e9aad4;
    font-size: 20px;
    display: inline;
    position: relative;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
}

.input_container input[type="text"] {
    width: calc(100% - 35px);
    position: relative;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    border: 0;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    color: #000000;
}

.input_container input[type="text"]:disabled {
    background-color: #FFFFFF;
    color: #A3A3A3;
}

form[name="calculate_distance"] .input_container input[type="text"] {
    width: calc(100% - 70px);
}

.input_container textarea {
    width: calc(100% - 35px);
    max-width: calc(100% - 35px);
    position: relative;
    float: left;
    min-height: 150px;
    line-height: 16px;
    padding: 8px;
    border: 0;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    color: #000000;
}

.input_container input[type="submit"] {
    position: relative;
    float: right;
    height: 35px;
    line-height: 30px;
    padding: 0 12px;
    background-color: #FFFFFF;
    font-family: "Yanone Kaffeesatz Light" , sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    color: #FFFFFF;
    border: 2px solid #5ABEB6;
    background-color: #5ABEB6;
}

.input_container input[type="submit"].disabled {
    color: #A3A3A3;
    border: 2px solid #A3A3A3;
    background-color: #FFFFFF;
}

form .row:last-child .input_container {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    text-align: right;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

textarea:focus, input:focus{
    outline: none;
}

#success {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #9FDE9C;
    color: #3E933A;
    background: #E2F7D8;
    float: left;
    width: 100%;
    position: relative;
}

#error {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #FFBBBB;
    color: #DA1D1D;
    background: #FFDFDF;
    float: left;
    width: 100%;
    position: relative;
}



/*******************************************\
            FOOTER SECTION
\*******************************************/

.text--section.footer .section {
    padding: 10px 0;
}

.text--section.footer .column {
    padding: 10px 0;
    text-align: center;
}