@import url("reset.css");

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

.clear {
    clear: both;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #3f3f3f;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

header {
    width: 100%;
    height: 700px;
    background: url(../images/header.jpg) no-repeat 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;


}

nav {
    background-color: #fff;
    height: 50px;
    position: fixed;
    z-index: 500;
    width: 100%;
    -webkit-box-shadow: -4px 7px 19px -4px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -4px 7px 19px -4px rgba(0, 0, 0, 0.27);
    box-shadow: -4px 7px 19px -4px rgba(0, 0, 0, 0.27);
}

nav ul {
    padding-left: 5%;
}

nav ul li {
    display: inline-block;
    padding: 17px 4% 17px 0px;
}

nav ul li a {
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 400;
}

nav ul li a:hover {
    font-weight: 600;
    transition: all ease 0.5s;
}

.sidenav {
    background-color: #4a617e;
    height: 35px;
    position: fixed;
    width: 100%;
    z-index: 500;
    margin-top: 45px;
}

.sidenav a {
    color: #fff;
    text-decoration: none;
    padding-left: 5%;
    padding-top: 8px;
    display: inline-block;
    font-size: 14px
}

.sidenav a:hover {
    color: #fff;
    font-weight: 600;
}

strong {
    font-weight: 500;
}

p {
    padding-bottom: 15px;
}

a {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    color: #4a617e;
    font-weight: 600;
}

img.logo {
    z-index: 600;
    position: fixed;
    right: 5%;
    margin-top: 45px;
}

h1 {
    color: #454c62;
    font-size: 34px;
    font-weight: 600;
    margin-top: 280px;
    position: absolute;
    line-height: 40px;
    margin-left: 5%;
}



h2 {
    position: absolute;
    display: block;
    margin-top: 380px;
    margin-left: 5%;
    font-size: 30px;
    color: #454c62;
}

.hilfe {
    background: url(../images/soforthilfe.png);
    height: 63px;
    width: 150px;
    margin-top: 430px;
    position: absolute;
    margin-left: 5%;
}

.hilfe a {
    padding-left: 47px;
    position: absolute;
    padding-top: 24px;
    text-decoration: none;
    color: #454c62;
    font-weight: 500;
}

.boxen {
    width: 60%;
    margin-left: 20%;
    display: block;
    text-align: center;
}

.back-cols {
    background-color: #4a617e;
    height: 200px;
    width: 100%;
}

.col1 {
    background-image: url(../images/reisevertragsrecht.png);
    height: 212px;
    width: 212px;
    margin-top: -110px;
    display: inline-block;
    margin-left: 2.5%;
    margin-right: 2.5%;
    vertical-align: top;
}

.col2 {
    background-image: url(../images/rechte.png);
    height: 212px;
    width: 212px;
    margin-top: -110px;
    display: inline-block;
    margin-left: 2.5%;
    margin-right: 2.5%;
    vertical-align: top;
}

.col3 {
    background-image: url(../images/kontakt.png);
    height: 212px;
    width: 212px;
    margin-top: -110px;
    display: inline-block;
    margin-left: 2.5%;
    margin-right: 2.5%;
    vertical-align: top;
}

.col1 p {
    display: block;
    width: 160px;
    margin-left: 20px;
    text-align: left;
    margin-top: 3px;
    font-size: 14px;
    line-height: 18px;
}

.col1 h4 {
    display: block;
    margin-top: 130px;
    text-align: left;
    margin-left: 20px;
    color: #454c62;
    font-weight: 500;
}

.col1 img {
    display: block;
    margin-left: 165px;
    margin-top: -25px;
}

.col1 img:hover {
    width: 50px;
}

.col2 p {
    display: block;
    width: 160px;
    margin-left: 20px;
    text-align: left;
    margin-top: 3px;
    font-size: 14px;
    line-height: 18px;
}

.col2 h4 {
    display: block;
    margin-top: 130px;
    text-align: left;
    margin-left: 20px;
    color: #454c62;
    font-weight: 500;
}

.col2 img {
    display: block;
    margin-left: 165px;
    margin-top: -25px;
}

.col2 img:hover {
    width: 50px;
}

.col3 p {
    display: block;
    width: 160px;
    margin-left: 20px;
    text-align: left;
    margin-top: 3px;
    font-size: 14px;
    line-height: 18px;
}

.col3 h4 {
    display: block;
    margin-top: 130px;
    text-align: left;
    margin-left: 20px;
    color: #454c62;
    font-weight: 500;
}

.col3 img {
    display: block;
    margin-left: 165px;
    margin-top: -25px;
}

.col3 img:hover {
    width: 50px;
}

.vertrag {
    background-image: url(../images/back-reise.png);
    width: 100%;
    height: auto;
}

.wrapper {
    width: 80%;
    margin-left: 10%;
    display: block;
    padding-top: 100px;
    padding-bottom: 80px;
}

.box1 {
    width: 30%;
    display: inline-block;
    padding-right: 4.5%;
    vertical-align: top;
}

.box2 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.box3 {
    width: 30%;
    display: inline-block;
    padding-left: 4.5%;
    vertical-align: top;
}

h3 {
    font-size: 25px;
    font-weight: 500;
    color: #4a617e;
    padding-bottom: 20px;
}

.h2-img1 {
    width: 75px;
    position: absolute;
    left: 5%;
    margin-top: -20px;
}

.h2-img3 {
    width: 61px;
    position: absolute;
    left: 5%;
    margin-top: -20px;
}

.back-fam {
    width: 100%;
    height: 450px;
    background: url(../images/familie.jpg) 0 100px no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.back-fam p {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    padding-top: 150px;
}

.back-fam a {
    background-image: url(../images/anrufen.png);
    width: 200px;
    height: 55px;
    display: block;
    margin: auto;
    padding-left: 70px;
    padding-top: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.rechte {
    display: block;
    background-image: url(../images/back-rechte.png);
}

.box4 {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    padding-right: 6%;
}

.box5 {
    width: 34%;
    display: inline-block;
    vertical-align: top;
}

.box5 a {
    background-color: #4a617e;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
}

.box5 a:hover {
    background-color: #fff;
    color: #4a617e;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #4a617e;
    transition: all ease 0.5s;
}

.box4-1 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5%;
    padding-top: 50px;
}

.box4-2 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    padding-top: 50px;
}

img.paragraf {
    width: 18px;
    margin-top: -6px;
    display: block;
    position: absolute;
    margin-left: -17px;
}

.kontakt {
    background-color: #4a617e;
}

.kontakt:hover {
    background-color: #425267;
    transition: all ease 1.5s;
}

.kontakt p,
.kontakt a {
    color: #fff;
}

.kontakt h3 {
    color: #fff;
}

.kontakt .box3 a {
    background-color: #fff;
    color: #4a617e;
    padding: 5px 15px;
    text-decoration: none;
}

.kontakt .box3 a:hover {
    background-color: #4a617e;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #fff;
    transition: all ease 0.5s;
}

.box2 iframe {
    width: 100%;
}

.res-nav {
    display: none;
}



h5 {
    color: #454c62;
    font-size: 24px;
    font-weight: 600;
    margin-top: 50px;
    line-height: 40px;
    margin-left: 5%;
    padding-bottom: 30px;
}

#popup1,
#popup2,
#popup3,
#popup4 {
    transform: scale(0.8)
}

.popup_visible #popup1,
.popup_visible #popup2,
.popup_visible #popup3,
.popup_visible #popup4 {
    transform: scale(1)
}

.popup-style {
    margin: 2rem 0;
    width: 80%;
    min-height: 20px;
    padding: 2rem 1rem;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

@media (min-width: 576px) {
    .popup-style {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .popup-style {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .popup-style {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .popup-style {
        width: 30%;
    }
}

.popup-style a {
    color: #1B5D84
}

.popup-style a:hover {
    opacity: 0.8;
    text-decoration: none
}

.popup-style h4 {
    color: #454c62;
    font-size: 18px;
    font-weight: 600;
}

.popup-style p {
    color: #000;
    text-align: left
}

.popup-style ul {
    padding-left: 20px;
}

.popup-style ul li {
    list-style: disc;
}

.popup-style h4 + p {
    padding-top: 1rem
}

@media only screen and (min-width: 768px) {
    .popup-style {
        padding: 4rem 2rem
    }
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none
}

.close-popup {
    transition: all 1s ease;
    cursor: pointer;
    position: fixed;
    top: 0.5rem;
    right: 0.5rem
}

.close-popup i {
    transition: all 1s ease;
    font-size: 2rem;
    color: #020D1A
}

.close-popup:hover i {
    color: #020D1A
}


.dsa-secure-plugin {
    border-radius: 5px;
    position: relative
}

.dsa-secure-plugin .dsa-secure-image {
    width: 100%;
    height: 100%
}

.dsa-secure-plugin {
    font-size: 12px;
    line-height: 16px
}

.dsa-secure-plugin .dsa-buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
    margin-top: 10px
}

.dsa-secure-plugin .undercheck {
    background-color: #fff;
    color: #222 !important;
    border-radius: 5px;
    padding: 4px;
    margin: 8px 50% 16px;
    width: 202px;
    transform: translateX(-50%)
}

.dsa-secure-plugin .check-slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(-50%)
}

.dsa-secure-plugin .dsa-switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: block
}

.dsa-secure-plugin .check-slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.dsa-secure-plugin .dsa-secure-plugin input {
    display: none
}

.dsa-secure-plugin iframe {
    width: 100%
}

.dsa-secure-plugin .dsa-switch {
    margin-left: calc(50% - 30px)
}

.dsa-secure-plugin p,
.dsa-secure-plugin p {
    text-align: center;
    font-family: arial;
    padding: 10px 0;
    display: block;
    margin: auto;
    font-weight: 700
}

.dsa-secure-plugin .check-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000
}

.dsa-secure-plugin .check-slide.hide {
    display: none
}

.dsa-secure-plugin a {
    font-size: 12px;
    text-align: center;
    font-family: arial;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cc1417;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

.dsa-secure-plugin a:hover {
    background-color: #dd171b
}

.dsa-secure-plugin:hover .check-slide,
.dsa-secure-plugin .check-slide:hover {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.dsa-secure-plugin .dsa-buttons a:hover {
    color: #fff !important
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 100%;
    max-width: 300px;
    background-color: #cc1417;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    transition: opacity .3s
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin .dsa-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin input:checked + .dsa-slider {
    background-color: #cc1417
}

.dsa-secure-plugin input:focus + .dsa-slider {
    box-shadow: 0 0 1px #cc1417
}

.dsa-secure-plugin input:checked + .dsa-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.dsa-secure-plugin .dsa-slider.round {
    border-radius: 34px
}

.dsa-secure-plugin .dsa-slider.round:before {
    border-radius: 50%
}

.dsa-cookie-notice-close:hover {
    background-color: #000
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #fff !important;
    background-color: #515151
}

.dsa-cookie-notice {
    font-family: 'Roboto';
    font-size: 12px;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 99999 !important;
    background-color: rgba(74, 97, 126, 0.9);
    margin: auto;
    width: 100%;
    text-align: center;
    color: #fff!important;
}

.dsa-cookie-notice a {
    color: #fff;
    text-decoration: underline;
}

.dsa-cookie-notice.hide {
    display: none
}

.cookie-inner {
    padding: 25px
}

@media (max-width:900px) {

    .dsa-secure-plugin .check-slide,
    .dsa-secure-plugin .check-slide {
        visibility: visible;
        opacity: 1;
        visibility: visible;
        opacity: 1
    }
}

.kampagne {
    background-color: #fff;
    border-left: 4px solid #e2bb35;
    border-top: 4px solid #e2bb35;
    border-bottom: 4px solid #e2bb35;
    position: absolute;
    right: 0;
    top: 40%;
    padding: 20px;
    width: 335px;
    z-index: 90;
}

.kampagne p {
    color: #505050 !important;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 10px;
}

.kampagne .fett {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.kampagne a {
    font-weight: 400;
    color: #e2bb35;
    text-decoration: none;
    transition: all 1s ease;
}

.kampagne a:hover {
    text-decoration: underline;
    color: #505050;
}

.kampagne .color-yellow {
    color: #e2bb35;
    font-weight: 500;
    text-transform: uppercase;
}

.kampagne img {
    position: absolute;
    top: -45px;
    width: 80px;
    left: -45px;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1265px) {
    .boxen {
        width: 80%;
        margin-left: 10%;
        display: block;
        text-align: center;
    }

    .box4-1 {
        width: 24%;
        display: inline-block;
        vertical-align: top;
        padding-right: 5%;
        padding-top: 50px;
    }

    .h2-img1 {
        width: 75px;
        position: absolute;
        left: 3%;
        margin-top: -20px;
    }

    .h2-img3 {

        position: absolute;
        left: 3%;
        margin-top: -20px;
    }

    header {
        width: 100%;
        height: 560px;
        background: url(../images/header.jpg) no-repeat 0 fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }

    h1 {
        color: #454c62;
        font-size: 30px;
        font-weight: 600;
        margin-top: 220px;
        position: absolute;
        line-height: 34px;
        margin-left: 5%;
    }

    h2 {
        position: absolute;
        display: block;
        margin-top: 306px;
        margin-left: 5%;
        font-size: 26px;
        color: #454c62;
    }

    .hilfe {
        background: url(../images/soforthilfe.png);
        height: 63px;
        width: 150px;
        margin-top: 346px;
        position: absolute;
        margin-left: 5%;
    }
}

@media screen and (max-width: 970px) {
    .back-fam {
        width: 100%;
        height: 360px;
        background: url(../images/familie.jpg) 0 100px no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .boxen {
        width: 100%;
        margin-left: 0%;
        display: block;
        text-align: center;
    }


    .box1 {
        width: 90%;
        display: inline-block;
        padding-right: 4.5%;
        vertical-align: top;
    }

    .box2 {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        padding-top: 20px;
    }

    .box3 {
        width: 40%;
        display: inline-block;
        padding-left: 4.5%;
        vertical-align: top;
        padding-top: 20px;
    }

    .h2-img1 {
        width: 64px;
        position: absolute;
        left: 3%;
        margin-top: -41px;
    }

    .h2-img3 {
        position: absolute;
        left: 3%;
        margin-top: -11px;
        width: 51px;
    }
}



@media screen and (max-width: 760px) {
    header {
        width: 100%;
        height: 470px;
        background: url(../images/header.jpg) no-repeat 0 fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }

    h1 {
        color: #454c62;
        font-size: 25px;
        font-weight: 600;
        margin-top: 179px;
        position: absolute;
        line-height: 28px;
        margin-left: 5%;
    }

    h2 {
        position: absolute;
        display: block;
        margin-top: 251px;
        margin-left: 5%;
        font-size: 22px;
        color: #454c62;
    }

    .hilfe {
        background: url(../images/soforthilfe.png);
        height: 63px;
        width: 150px;
        margin-top: 313px;
        position: absolute;
        margin-left: 5%;
    }

    img.logo {
        z-index: 400;
        position: absolute;
        right: -1%;
        margin-top: 62px;
    }


    .h2-img1,
    .h2-img3 {
        display: none;
    }

    .kontakt .box1,
    .kontakt .box2,
    .kontakt .box3 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-top: 33px;
        padding-left: 0px;
    }

    .col1 {
        background-image: none;
        height: auto;
        width: auto;
        background-color: #fff;
        margin-top: 0px;
        display: block;
        margin-left: 2.5%;
        margin-right: 2.5%;
        vertical-align: top;
    }

    .col2 {
        background-image: none;
        height: auto;
        width: auto;
        background-color: #fff;
        margin-top: 0px;
        display: block;
        margin-left: 2.5%;
        margin-right: 2.5%;
        vertical-align: top;
    }

    .col3 {
        background-image: none;
        height: auto;
        width: auto;
        background-color: #fff;
        margin-top: 10px;
        display: block;
        margin-left: 2.5%;
        margin-right: 2.5%;
        vertical-align: top;
    }

    .col1 h4 {
        display: block;
        margin-top: 20px;
        text-align: left;
        margin-left: 20px;
        color: #454c62;
        font-weight: 500;
        padding-top: 17px;
    }

    .col2 h4 {
        display: block;
        margin-top: 20px;
        text-align: left;
        margin-left: 20px;
        color: #454c62;
        font-weight: 500;
        padding-top: 17px;
    }

    .col3 h4 {
        display: block;
        margin-top: 20px;
        text-align: left;
        margin-left: 20px;
        color: #454c62;
        font-weight: 500;
        padding-top: 17px;
    }

    .back-cols {
        background-color: #4a617e;
        height: 445px;
        width: 100%;
    }

    .boxen {
        width: 100%;
        margin-left: 0%;
        display: block;
        margin-top: 0px;
        padding-top: 2px;
    }

    .col1 img,
    .col2 img,
    .col3 img {
        display: block;
        margin-left: 90%;
        margin-top: -25px;
    }
}

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

    .res-nav {
        position: fixed;
        bottom: 0;
        background-color: #4a617e;
        height: auto;
        width: 100%;
        z-index: 500;
        border-top: 1px solid #fff;
        display: block;
    }

    .res-nav a {
        color: #fff;
        text-decoration: none;
        padding-left: 5%;
    }

    .weg {
        display: none;
    }

    .box1,
    .box2,
    .box3 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-top: 0px;
        padding-left: 0px;
    }

    header {
        width: 100%;
        height: 470px;
        background: url(../images/header.jpg) no-repeat 0 fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: -460px;
    }


    .box4 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-right: 0%;
    }

    .box5 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-top: 35px;
    }

    .box4-1 {
        width: 42%;
        display: inline-block;
        vertical-align: top;
        padding-right: 5%;
        padding-top: 50px;
        padding-left: 3%;
    }

    .box4-2 {
        width: 42%;
        display: inline-block;
        vertical-align: top;
        padding-top: 50px;
    }
}


@media screen and (max-width: 600px) {
    .box4-1 {
        width: 90%;
        display: inline-block;
        vertical-align: top;
        padding-right: 0%;
        padding-top: 50px;
        padding-left: 5%;
    }

    .box4-2 {
        width: 90%;
        display: inline-block;
        vertical-align: top;
        padding-top: 0px;
        margin-left: 5%;
    }

    .box4-1 p,
    .box4-2 p {
        padding-bottom: 24px;
        color: #3f3f3f;
    }


    header {
        width: 100%;
        height: 313px;
        background: url(../images/header.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    h1,
    h2 {
        display: none;
    }

    img.logo {
        z-index: 400;
        position: absolute;
        left: 0%;
        margin-top: 62px;
    }

    .hilfe {
        background: url(../images/soforthilfe.png);
        height: 63px;
        width: 150px;
        margin-top: 236px;
        position: absolute;
        margin-left: 2%;
    }
    .kampagne {
        top: 20%;
    }
}

@media screen and (max-width: 500px) {
    .wrapper {
        width: 80%;
        margin-left: 10%;
        display: block;
        padding-top: 40px;
        padding-bottom: 80px;
    }

    body {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }

    .back-cols {
        display: none;
    }

    .hilfe {
        display: none;
    }
    .kampagne {
        padding: 15px;
        width: 180px;
    }
    .kampagne p {
        font-size: 14px;
    }
}

@media screen and (max-width: 430px) {
    .sidenav {
        display: none;
    }

    nav ul li {
        display: block;
        padding: 10px 0% 10px 0px;
        text-align: center;
        border-bottom: 1px solid;
    }

    nav ul {
        padding-left: 0%;
    }

    nav {
        background-color: #fff;
        height: auto;
        position: fixed;
        z-index: 500;
        width: 100%;
        -webkit-box-shadow: -4px 7px 19px -4px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: -4px 7px 19px -4px rgba(0, 0, 0, 0.27);
        box-shadow: -4px 7px 19px -4px rgba(0, 0, 0, 0.27);
    }

    header {
        width: 100%;
        padding-top: 72px;
        height: 282px;
        background: url(../images/header.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }
}
