﻿
/****  Werbeagentur exakt   ****/
/****  www.exakt-kreativ.de ****/



/*** Schriftarten  ***/

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v17-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v17-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v17-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v17-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v17-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v17-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


/*** Allgemeines ***/

body {
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}



a {
    text-decoration: none;
    color: #000;
}

h1 {
    color: #BF1111;
    font-size: 43px;
}

h2 {
    color: #BF1111;
    font-size: 35px;
}

h3 {
    color: #BF1111;
    font-size: 29px;
}

h4 {
    color: #BF1111;
    font-size: 25px;
}

h5 {
    color: #8C1F1F;
    font-size: 25px;
}


@media screen and (max-width: 1180px) {
    body {
        font-size: 22px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 29px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 20px;
    }

}





/* Setzt die Schriftart und sorgt für Kompatibilität mit alten Browsern */
html, body, form, fieldset, table, tr, td, img {
    font-family: 'Lato', sans serif;
}

/* Überträgt die Schriftart auf alle Objekte, die als Standard eine andere Schriftart haben */
input, button, select, textarea, optgroup, option {
    font-family: inherit;
}

::selection {
    color: #e63d25;
    background: rgba(0,0,0,.75);
}

/*** Kopfzeile ***/

#header-wrapper, #header-wrapper-o, #header-wrapper-f, #header-wrapper-l-o {
    height: 81px;
    background: #FFF;
    width: 100%;
    border-bottom: 1px solid #999;
    top: 0;
    z-index: 1000;
}

#header-wrapper-l-o {
    height: 162px;
}

#header-wrapper-f {
    position: fixed;
    z-index: 5000;
}

#header-placeholder {
    height: 81px;
    width: 100%;
}

#header, #header-l-o {
    overflow: auto;
    height: inherit;
    width: 1150px;
    margin: auto;
}

#header-l-o {
    overflow: hidden;
}

#title, #title-o {
    float: left;
    height: 70%;
    margin: 12px 0;
}

#title-l-o {
    float: none;
    height: 57px; /* = 70% * 81px*/
    text-align: center;
    margin: 12px 0;
}

#title-logo {

}


@media screen and (max-width: 320px) {
    #title-logo {
        height: 80%;
        padding: 0.3em 0em;

    }
}


@media screen and (max-width: 280px) {
    #title-logo {
        height: 60%;
        padding: 0.5em 0em;
    }
}


@media screen and (max-width: 225px) {
    #title-logo {
        height: 40%;
        padding: 0.6em 0em;
    }
}


#menu{
    float: right;
    height: inherit;
}

#menu-l-o {
    height: 81px;
    width: 100%;
    text-align: center;
}

#menu ul, #menu-l-o ul {
    margin: 0;
    padding: 0;
}

#menu-l-o ul {
    justify-content: center;
    display: flex;
}

#menu li, #menu-l-o li {
    float: left;
    list-style: none;
    font-size: 22px;
    padding: 0 15px;
    line-height: 81px;
}

#menu li:hover, #menu a:hover, #menu-l-o li:hover, #menu-l-o a:hover {
    color: #e63d25; /*Farbe des Menüs*/
}

/*Untermenüs*/
#menu li ul, #menu-l-o li ul {
    visibility: hidden;
    position: absolute;
    display: block;
    box-shadow: rgba(0,0,0,0.25) 0 0 6px 0;
    margin: 0;
    padding: 0;
    z-index: 1000;
	text-align: left;
}

#menu li ul li, #menu-l-o li ul li {
    float: none;
    background: #FFF;
    min-width: 121px;
    padding: 0 23px;
    margin: 0;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #AAA;
}

#mobile-menu {
    display: none;
    width: 60px; /*Breite Untermenü*/
    cursor: pointer;
    overflow: hidden;
    float: right;
}

#mobile-menu ul {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    top: 55px; /*Abhängig von der Breite der Menüzeile*/
    left: 0;
    background-color: #FFF;
    width: 100%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
}

#mobile-menu li {
    background-color: #FFF;
    padding: 19.5px;
}

#mobile-menu a:hover {
    color: #e63d25;
}

#mobile-menu a>span {
    padding: 5px 20px !important;
}

#mobile-menu li ul {
    position: relative;
    top: 19.5px;
    width: 100%;
    box-shadow: none;
    border: none;
    display: none;
}

#mobile-menu-header {
    display: none;
}

/*Pfeil für Untermenüs*/
.down {
    transform: rotate(45deg) translate(-2px, -2px);
    -webkit-transform: rotate(45deg) translate(-2px, -2px);
}

#menu li:hover .down, #menu-l-o li:hover .down {
    transform: rotate(225deg);
    color: #e63d25;
}

.arrow {
    border: solid;
    border-color: inherit;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.menuicon {
    width: 24px;
    height: 4px;
    background-color: #1c202b;
    backface-visibility: hidden;
    border-radius: 2px;
    position: relative;
    display: block;
    transform: rotate(180deg);
    margin: 38px 40px 35px 20px;
}

.menuicon:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    box-sizing: border-box;
    transform-origin: 1.71429px center;
    width: 24px;
    height: 4px;
    background-color: #1c202b;
    backface-visibility: hidden;
    border-radius: 2px;
}

.menuicon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    box-sizing: border-box;
    transform-origin: 1.71429px center;
    width: 24px;
    height: 4px;
    background-color: #1c202b;
    backface-visibility: hidden;
    border-radius: 2px;
}

.menucross {
    width: 24px;
    height: 4px;
    background-color: #1c202b;
    backface-visibility: hidden;
    border-radius: 2px;
    position: relative;
    display: block;
    transform: rotate(225deg);
    margin: 38px 40px 35px 20px;
}

.menucross:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    box-sizing: border-box;
    transform-origin: 8px 6px;
    width: 24px;
    height: 4px;
    background-color: #1c202b;
    transform: rotate(90deg);
    backface-visibility: hidden;
    border-radius: 2px;
}

@media screen and (max-width: 1180px) {
    #menu, #menu-l-o {
        display: none;
    }

    #mobile-menu {
        display: block;
    }

    #mobile-menu-header {
        display: block;
        background: #EEE;
        height: 81px;
    }

    #header-wrapper-o{
        height: 162px;
    }

    #header-wrapper-l-o {
        height: 81px;
    }

    #header {
        height: 81px;
        width: 100%;
    }
	
	#header-l-o {
        height: 81px;
        width: 70%;
	}

    #header-l-o {
        overflow: auto;
    }

    #title {
        margin: 12px 0 12px 20px;
        width: 80%;
    }
	
	#title-l-o {
        margin: 12px 0 12px 15%;
    }

    #title-l-o {
        height: 70%;
		display: flex;
		justify-content: center;
    }

    #title-o {
        width: 100%;
        text-align: center;
        height: 57px;
        margin: 12px auto;
    }

    #title-logo {
        text-align: center;
        margin: auto;
        display: block;
    }
	
    #title-logo-o {
        height: 100%;
    }
}

@media screen and (max-width: 500px) {

	#title {
		display: block;
		float: none;
		text-align: center;
    }
	
	#title-logo {
		display: inline;
	}
}


/*** Titelbild ***/

#title-image, #title-image-s {
    position: relative;
    left: 0;
}

#title-image img, #title-image-s img {
    width: 100%;
}

#title-image-overlay {
    position: absolute;
    margin: 0 auto;
    top: 24vw; /* Abstand vom oberen Rand im Vergleich zur Bildschirmbreite*/
    padding: 20px 24px;
    left: 5%;
    font-size: 60px;
    width: fit-content;
    color: #FFF;
    background-color: rgba(0,66,84,0.7);
    border-radius: 15px;
}


@media screen and (max-width: 1400px) {
    #title-image-overlay {
    left: 5%;
    font-size: 50px;
    }
}


@media screen and (max-width: 1000px) {
    #title-image-overlay {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    #title-image {
        height: 280px; /*Höhe Titelbild Mobil*/
        width: 100%;
        overflow: hidden;
        margin: auto;
    }

    #title-image img {
        height: 280px; /*Höhe Titelbild Mobil*/
        width: auto;
        margin: auto;
        position: absolute;
        left: -9999px;
        right: -9999px;
    }
}


/*** Textband ***/

#text-ribbon {
    background: #D2D3CE;
    font-size: 29px;
    text-align: center;
    padding: 12px 0;
    margin-top: -5px;
}

#text-ribbon-content {
    width: 1150px;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    #text-ribbon-content {
        width: 100%;
    }
}


/*** Text Block ***/

#text-block {
    margin-top: 61px;
    padding: 0 20px;
}

#text-block h1 {

    text-align: center;
}

#text-block .bold {
    font-weight: bold;
}

#text-block-content {
    width: 1110px;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    #text-block {
        padding: 0 20px;
    }

    #text-block-content {
        width: 100%;
    }
}





/*** Drei Spalten Block ***/

#three-elements {
    overflow: auto;
    margin-top: 61px;
}

#three-elements-content {
    width: 1150px;
    margin: auto;
}

#three-elements .one-third-element {
    width: 33.33%;
    float: left;
}

#three-elements .one-third-element-content {
    margin: 20px;
}

#three-elements img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#three-elements h3 {
    margin: 15px 0;
}

#three-elements p {
    margin: 15px 0;
    padding: 8px 0;
}

#three-elements button {
    font-size: 24px;
    background-color: #D94E41;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#three-elements button:hover {
    background-color: #D94E41;
    color: #000;
}

@media screen and (max-width: 1200px) {
    #three-elements-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #three-elements {
        padding: 0 20px;
    }

    #three-elements .one-third-element {
        width: 450px;
        margin: auto;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    #three-elements .one-third-element {
        width: 100%;
        float: none;
    }
}



/*** Breiter Text Block ***/

#text-block-wide {
    margin-top: 61px;
    background-color: #173840;  /*** 67a396  660016 630000 ***/
}

#text-block-wide h1 {
    text-align: center;
    color: #fff;
}

#text-block-wide-content {
    width: 1150px;
    margin: auto;
    padding: 25px 0;
}

@media screen and (max-width: 1200px) {
    #text-block-wide {
        padding: 0 20px;
    }

    #text-block-wide-content {
        width: 100%;
    }
}



/*** Statisches Bild Block ***/

#static-image {
    margin-top: 61px;
    background: url(gfx/daumen2.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 450px;
}

#static-image-overlay {
    position: relative;
    margin: 0 auto;
    top: 133px;
    padding: 27px 42px;
    color: #FFF;
    background-color: rgba(0,0,0,0.65);
    width: -moz-fit-content;
    width: fit-content;
    max-width: 450px; /*Für Internet Explorer und Edge Kompatibilität*/
}

#static-image h2 {
    margin: 0;
    padding: 0 0 40px 0;
}

#static-image button {
    font-size: 20px;
    font-weight: bold;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    cursor: pointer;
}

#static-image button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

@media screen and (max-width: 850px) {
    #static-image-overlay {
        display: none;
    }
}


/*** Zwei-Drittel Spalte links Block ***/

#two-thirds-element-left {
    overflow: auto;
    margin-top: 61px;
}

#two-thirds-element-left-content {
    width: 1150px;
    margin: auto;
}

#two-thirds-element-left .one-third-element {
    width: 33.33%;
    float: left;
}

#two-thirds-element-left .two-thirds-element {
    width: 66.67%;
    float: left;
}

#two-thirds-element-left .one-third-element-content {
    margin: 20px;
}

#two-thirds-element-left .two-thirds-element-content {
     margin: 20px 60px 20px 20px;
 }

#two-thirds-element-left img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#two-thirds-element-left h3 {
    margin: 15px 0;
}

#two-thirds-element-left p {
    margin: 15px 0;
    padding: 8px 0;
}

#two-thirds-element-left button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-thirds-element-left button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

@media screen and (max-width: 1200px) {
    #two-thirds-element-left-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #two-thirds-element-left {
        padding: 0 20px;
    }

    #two-thirds-element-left .one-third-element {
        width: 450px;
        margin: auto;
        float: none;
    }

    #two-thirds-element-left .two-thirds-element {
        width: 100%;
        float: none;
    }

    #two-thirds-element-left .two-thirds-element-content {
        margin: 20px;
    }
}

@media screen and (max-width: 500px) {
    #two-thirds-element-left .one-third-element {
        width: 100%;
        float: none;
    }
}


/*** Zwei-Drittel Spalte rechts Block ***/

#two-thirds-element-right {
    overflow: auto;
    margin-top: 61px;
}

#two-thirds-element-right-content {
    width: 1150px;
    margin: auto;
}

#two-thirds-element-right .one-third-element {
    width: 33.33%;
    float: left;
}

#two-thirds-element-right .two-thirds-element {
    width: 66.67%;
    float: left;
}

#two-thirds-element-right .one-third-element-content {
    margin: 20px;
}

#two-thirds-element-right .two-thirds-element-content {
    margin: 20px 20px 20px 60px;
}

#two-thirds-element-right img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#two-thirds-element-right h3 {
    margin: 15px 0;
}

#two-thirds-element-right p {
    margin: 15px 0;
    padding: 8px 0;
}

#two-thirds-element-right button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-thirds-element-right button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

@media screen and (max-width: 1200px) {
    #two-thirds-element-right-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #two-thirds-element-right {
        padding: 0 20px;
    }

    #two-thirds-element-right .one-third-element {
        width: 450px;
        margin: auto;
        float: none;
    }

    #two-thirds-element-right .two-thirds-element {
        width: 100%;
        float: none;
    }

    #two-thirds-element-right .two-thirds-element-content {
        margin: 20px;
    }
}

@media screen and (max-width: 500px) {
    #two-thirds-element-right .one-third-element {
        width: 100%;
        float: none;
    }
}


/*** Mittiges Bild ***/

#central-image {
    margin-top: 61px;
    padding: 0 20px;
}

#central-image img {
    display: block;
    margin: auto;
    width: 1110px;
}

@media screen and (max-width: 1200px) {
    #central-image {
        padding: 0 20px;
    }

    #central-image img {
        width: 100%;
    }
}


/*** Zwei-Drittel Spalte mit Bild links ***/

#two-thirds-element-image-left {
    overflow: auto;
    margin-top: 61px;
}

#two-thirds-element-image-left-content {
    width: 1150px;
    margin: auto;
}

#two-thirds-element-image-left .one-third-element {
    width: 33.33%;
    float: left;
}

#two-thirds-element-image-left .two-thirds-element {
    width: 66.67%;
    float: left;
}

#two-thirds-element-image-left .one-third-image {
    margin: 20px;
}

#two-thirds-element-image-left .one-third-image img {
    width: 100%;
}

#two-thirds-element-image-left .two-thirds-element-content {
    margin: 20px 20px 20px 60px;
}

#two-thirds-element-image-left img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#two-thirds-element-image-left h3 {
    margin: 15px 0;
}

#two-thirds-element-image-left p {
    margin: 15px 0;
    padding: 8px 0;
}

#two-thirds-element-image-left button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-thirds-element-image-left button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

@media screen and (max-width: 1200px) {
    #two-thirds-element-image-left-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #two-thirds-element-image-left {
        padding: 0 20px;
    }

    #two-thirds-element-image-left .one-third-element {
        width: 450px;
        margin: auto;
        float: none;
    }

    #two-thirds-element-image-left .two-thirds-element {
        width: 100%;
        float: none;
    }

    #two-thirds-element-image-left .two-thirds-element-content {
        margin: 20px;
    }
}

@media screen and (max-width: 500px) {
    #two-thirds-element-image-left .one-third-element {
        width: 100%;
        float: none;
    }
}


/*** Zwei-Drittel Spalte mit Bild links ***/

#two-thirds-element-image-right {
    overflow: auto;
    margin-top: 61px;
}

#two-thirds-element-image-right-content {
    width: 1150px;
    margin: auto;
}

#two-thirds-element-image-right .one-third-element {
    width: 33.33%;
    float: left;
}

#two-thirds-element-image-right .two-thirds-element {
    width: 66.67%;
    float: left;
}

#two-thirds-element-image-right .one-third-image {
    margin: 20px;
}

#two-thirds-element-image-right .one-third-image img {
    width: 100%;
}

#two-thirds-element-image-right .two-thirds-element-content {
    margin: 20px 60px 20px 20px;
}

#two-thirds-element-image-right img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#two-thirds-element-image-right h3 {
    margin: 15px 0;
}

#two-thirds-element-image-right p {
    margin: 15px 0;
    padding: 8px 0;
}

#two-thirds-element-image-right button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-thirds-element-image-right button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

@media screen and (max-width: 1200px) {
    #two-thirds-element-image-right-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #two-thirds-element-image-right {
        padding: 0 20px;
    }

    #two-thirds-element-image-right .one-third-element {
        width: 450px;
        margin: auto;
        float: none;
    }

    #two-thirds-element-image-right .two-thirds-element {
        width: 100%;
        float: none;
    }

    #two-thirds-element-image-right .two-thirds-element-content {
        margin: 20px;
    }
}

@media screen and (max-width: 500px) {
    #two-thirds-element-image-right .one-third-element {
        width: 100%;
        float: none;
    }
}


/*** Text Block mit Liste ***/

#text-block-list {
    margin-top: 61px;
    padding: 0 20px;
}


#text-block-list h3 {
    margin: 15px 0;
}

#text-block-list-lists {
    overflow: auto;
}

#text-block-list ul {
    float: left;
    line-height: 2em;
    list-style-image: url(gfx/blitz15.png);
    margin-left: 37px;
}

#text-block-list-content {
    width: 1150px;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    #text-block-list {
        padding: 0 20px;
    }

    #text-block-list-content {
        width: 100%;
    }
}


/*** Vier Spalten Block ***/

#four-elements {
    overflow: auto;
    margin-top: 61px;
}

#four-elements-content {
    width: 1150px;
    margin: auto;
}

#four-elements .one-quater-element {
    width: 25%;
    float: left;
}

#four-elements .one-quater-element-content {
    margin: 15px;
    padding: 0 16.5px;
}

#four-elements img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#four-elements h3 {
    margin: 15px 0;
}

#four-elements p {
    margin: 15px 0;
    padding: 8px 0;
}

#four-elements button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#four-elements button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

@media screen and (max-width: 1200px) {
    #four-elements-content {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    #four-elements .one-quater-element {
        width: 50%;
    }
}

@media screen and (max-width: 850px) {
    #four-elements {
        padding: 0 20px;
    }

    #four-elements .one-quater-element {
        width: 450px;
        margin: auto;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    #four-elements .one-quater-element {
        width: 100%;
        float: none;
    }
}


/*** Mittiges Video ***/

#video {
    margin-top: 61px;
    padding: 0 20px;
}

#video iframe {
    display: block;
    margin: auto;
    width: 1110px;
}

@media screen and (max-width: 1200px) {
    #video {
        padding: 0 20px;
    }

    #video iframe {
        width: 100%;
        height: 50vw;
    }
}


/*** Zwei Spalten mit Bild links Block ***/

#two-elements-image-left {
    overflow: auto;
    margin-top: 61px;
}

#two-elements-image-left-content {
    width: 1150px;
    margin: auto;
}

#two-elements-image-left .one-half-element {
    width: 50%;
    float: left;
}

#two-elements-image-left .one-half-element-content {
    margin: 20px;
}

#two-elements-image-left img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#two-elements-image-left h3 {
    margin: 15px 0;
}

#two-elements-image-left p {
    margin: 15px 0;
    padding: 8px 0;
}

#two-elements-image-left button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-elements-image-left button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

#two-elements-image-left .one-half-image {
    margin: 20px;
}

#two-elements-image-left .one-half-image img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #two-elements-image-left-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #two-elements-image-left {
        padding: 0 20px;
    }

    #two-elements-image-left .one-half-element {
        width: 450px;
        margin: auto;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    #two-elements-image-left .one-half-element {
        width: 100%;
        float: none;
    }
}


/*** Zwei Spalten mit Bild rechts Block ***/

#two-elements-image-right {
    overflow: auto;
    margin-top: 61px;
}

#two-elements-image-right-content {
    width: 1150px;
    margin: auto;
}

#two-elements-image-right .one-half-element {
    width: 50%;
    float: left;
}

#two-elements-image-right .one-half-element-content {
    margin: 20px;
}

#two-elements-image-right img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#two-elements-image-right h3 {
    margin: 15px 0;
}

#two-elements-image-right p {
    margin: 15px 0;
    padding: 8px 0;
}

#two-elements-image-right button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-elements-image-right button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

#two-elements-image-right .one-half-image {
    margin: 20px;
}

#two-elements-image-right .one-half-image img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #two-elements-image-right-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #two-elements-image-right {
        padding: 0 20px;
    }

    #two-elements-image-right .one-half-element {
        width: 450px;
        margin: auto;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    #two-elements-image-right .one-half-element {
        width: 100%;
        float: none;
    }
}


/*** Zwei Spalten mit Bild links und Liste rechts Block ***/

#two-elements-image-left-list {
    overflow: auto;
    margin-top: 61px;
}

#two-elements-image-left-list-content {
    width: 1150px;
    margin: auto;
}

#two-elements-image-left-list .one-half-element {
    width: 50%;
    float: left;
}

#two-elements-image-left-list .one-half-element-content {
    margin: 20px;
}

#two-elements-image-left-list img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}



#two-elements-image-left-list ul {
    line-height: 2em;
    list-style-image: url(gfx/blitz15.png);
}

#two-elements-image-left-list button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-elements-image-left-list button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

#two-elements-image-left-list .one-half-image {
    margin: 20px;
}

#two-elements-image-left-list .one-half-image img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #two-elements-image-left-list-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #two-elements-image-left-list {
        padding: 0 20px;
    }

    #two-elements-image-left-list .one-half-element {
        width: 450px;
        margin: auto;
        float: none;
    }

}

@media screen and (max-width: 500px) {
    #two-elements-image-left-list .one-half-element {
        width: 100%;
        float: none;
    }
}


/*** Zwei Spalten mit Bild rechts und Liste links Block ***/

#two-elements-image-right-list {
    overflow: auto;
    margin-top: 61px;
}

#two-elements-image-right-list-content {
    width: 1150px;
    margin: auto;
}

#two-elements-image-right-list .one-half-element {
    width: 50%;
    float: left;
}

#two-elements-image-right-list .one-half-element-content {
    margin: 20px;
}

#two-elements-image-right-list img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}


#two-elements-image-right-list ul {
    line-height: 2em;
    list-style-image: url(gfx/blitz15.png);
}

#two-elements-image-right-list button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-elements-image-right-list button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

#two-elements-image-right-list .one-half-image {
    margin: 20px;
}

#two-elements-image-right-list .one-half-image img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #two-elements-image-right-list-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #two-elements-image-right-list {
        padding: 0 20px;
    }

    #two-elements-image-right-list .one-half-element {
        width: 450px;
        margin: auto;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    #two-elements-image-right-list .one-half-element {
        width: 100%;
        float: none;
    }
}


/*** Mittige Karte ***/

#map {
    margin-top: 61px;
    padding: 0 20px;
}

#map iframe {
    display: block;
    margin: auto;
    width: 1110px;
}

@media screen and (max-width: 1200px) {
    #map {
        padding: 0 20px;
    }

    #map iframe {
        width: 100%;
        height: 50vw;
    }
}

@media screen and (max-width: 500px) {
    #map iframe {
    }
}


/*** Zwei Spalten Block ***/

#two-elements {
    overflow: auto;
    margin-top: 61px;
}

#two-elements-content {
    width: 1150px;
    margin: auto;
}

#two-elements .one-half-element {
    width: 50%;
    float: left;
}

#two-elements .one-half-element-content {
    margin: 20px;
}

#two-elements img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#two-elements h3 {
    margin: 15px 0;
}

#two-elements p {
    margin: 15px 0;
    padding: 8px 0;
}

#two-elements button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-elements button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

@media screen and (max-width: 1200px) {
    #two-elements-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #two-elements {
        padding: 0 20px;
    }

    #two-elements .one-half-element {
        width: 450px;
        margin: auto;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    #two-elements .one-half-element {
        width: 100%;
        float: none;
    }
}


/*** Zwei Spalten Block ***/

#two-elements-wide {
    overflow: auto;
    margin-top: 61px;
}

#two-elements-wide-content {
    width: 1150px;
    margin: auto;
}

#two-elements-wide .one-half-element {
    width: 50%;
    float: left;
}

#two-elements-wide .one-half-element-content {
    margin: 20px;
}

#two-elements-wide img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#two-elements-wide h3 {
    margin: 15px 0;
}

#two-elements-wide p {
    margin: 15px 0;
    padding: 8px 0;
}

#two-elements-wide button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-elements-wide button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

@media screen and (max-width: 1200px) {
    #two-elements-wide-content {
        width: 100%;
    }

    #two-elements-wide .one-half-element {
        width: 650px;
        margin: auto;
        float: none;
    }
}

@media screen and (max-width: 850px) {
    #two-elements-wide {
        padding: 0 20px;
    }

    #two-elements-wide .one-half-element {
        width: 100%;
        float: none;
    }
}


/*** Zitat dunkel ***/

#citation-black {
    margin-top: 61px;
    padding: 0 20px;
    font-size: 19.5px;
    background-color: #111;
    color: #FFF;
}

#citation-black-content {
    text-align: center;
    width: 1110px;
    margin: auto;
    padding: 77px 0;
}
#citation-black p {
    padding: 18px 0;
}

#citation-black .citation-name {
    color: #DDD;
    padding: 9px 0 18px;
    font-size: 19.5px;
}

#citation-black .citation-info {
    color: #BBB;
    padding: 18px 0;
    font-size: 19.5px;
}

@media screen and (max-width: 1200px) {
    #citation-black {
        padding: 0 20px;
    }

    #citation-black-content {
        width: 100%;
    }
}


/*** Zitat hell ***/

#citation-white {
    margin-top: 61px;
    padding: 0 20px;
    font-size: 19.5px;
    background-color: #FFF;
    color: #000;
}

#citation-white-content {
    text-align: center;
    width: 1110px;
    margin: auto;
    padding: 77px 0;
}
#citation-white p {
    padding: 18px 0;
}

#citation-white .citation-name {
    color: #999;
    padding: 9px 0 18px;
    font-size: 19.5px;
}

#citation-white .citation-info {
    color: #777;
    padding: 18px 0;
    font-size: 19.5px;
}

@media screen and (max-width: 1200px) {
    #citation-white {
        padding: 0 20px;
    }

    #citation-white-content {
        width: 100%;
    }
}


/*** Zwei Spalten Text Block ***/

#two-column-text-list {
    overflow: auto;
    margin-top: 61px;
}

#two-column-text-list-content {
    width: 1150px;
    margin: auto;
}

#two-column-text-list-content h2 {
    padding: 0 20px;
}

#two-column-text-list .one-half-element {
    width: 50%;
    float: left;
}

#two-column-text-list .one-half-element-content {
    margin: 20px;
}

#two-column-text-list img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#two-column-text-list h3 {
    margin: 15px 0;
}

#two-column-text-list p {
    margin: 15px 0;
    padding: 8px 0;
}

#two-column-text-list button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#two-column-text-list button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

#two-column-text-list ul {
    line-height: 2em;
    list-style-image: url(gfx/blitz15.png);
}

@media screen and (max-width: 1200px) {
    #two-column-text-list-content {
        width: 100%;
    }

    #two-column-text-list-content h2 {
        padding-left: 63px;
    }
}

@media screen and (max-width: 850px) {
    #two-column-text-list {
        padding: 0 20px;
    }

    #two-column-text-list .one-half-element {
        width: 450px;
        margin: auto;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    #two-column-text-list .one-half-element {
        width: 100%;
        float: none;
    }
}


/*** Slideshow ***/

#slideshow {
    text-align: center;
    margin: auto;
    padding: 0 20px;
    width: 1110px;
    margin-top: 61px;
}

#slideshow img {
    display: block;
    width: 100%;
}

.slideLeft, .slideRight {
    display: inline-block;
    margin: .5em;
    padding: .75em 1em;
    font-size: 1.4em;
    cursor: pointer;
    background-color: #e63d25;
    color: #FFF;
}

@media screen and (max-width: 1200px) {
    #slideshow {
        padding: 0 20px;
        width: 90%; /*Für Kompatibilität mit Internet Explorer*/
    }

    #slideshow img {
        width: 100%;
    }
}



/*** Footer ***/

#footer {
    overflow: auto;
    margin-top: 61px;
    background-color: #e63d25;
    color: #FFF;
    padding: 20px 40px;
    font-size: 17.5px;
}

#footer a {
    color: #FFF;
}

#footer-content {
    width: 1110px;
    margin: auto;
}

#footer .one-third-element {
    width: 33%;
    float: left;
    border-right: 1px solid #DDD;
    height: 450px;
}

#footer .one-third-element img {
    display: inline-block;
}

#footer .one-third-element:last-of-type {
    border-right: none;
}

#footer .one-third-element-content {
    margin: 20px;
}

#footer img {
    margin: 0 auto 22px;
    max-width: 100%;
    display: block;
}

#footer h3 {
    margin: 15px 0;
}

#footer p {
    margin: 15px 0;
    padding: 8px 0;
}

#footer button {
    font-size: 24px;
    background-color: #e63d25;
    border: none;
    outline: none;
    padding: 8px 16px;
    color: #FFF;
    margin: 15px 0;
    cursor: pointer;
}

#footer button:hover {
    background-color: #FFD21D;
    color: #e63d25;
}

#footer ul {
    line-height: 2em;
    list-style-image: url(gfx/blitz15.png);
}

#footer h3 {
    color: #FFF;
}

#footer .social-img {
    margin: 10px;
    max-width: 40px;
    max-height: 40px;
}






#sub-footer {
    background-color: #173840;
    color: #fff;
    padding: 60px 20px 80px 20px;
    margin: 80px 0px 0px 0px;
    text-align: center;
    
}

#sub-footer-content {
    width: 1110px;
    margin: auto;
}


#sub-footer a {
    color: #fff;
    text-decoration: none;
}


#sub-footer a:hover {
    color: #000;
    text-decoration: none;
}




@media screen and (max-width: 1200px) {
    #footer-content {
        width: 100%;
    }

    #sub-footer-content {
        width: 90%;
    }
}

@media screen and (max-width: 850px) {
    #footer {
        padding: 0 20px;
    }

    #footer .one-third-element {
        width: 450px;
        margin: auto;
        float: none;
        border: none;
    }
}

@media screen and (max-width: 500px) {
    #footer .one-third-element {
        width: 100%;
        float: none;
    }
}





/* ==========================================================================
   Kontaktformular
   ========================================================================== */


#contact-form {
    margin-top: 61px;
    padding: 0 20px;
}

#contact-form h2 {

    line-height: 1.1em;
    text-align: center;
}

#contact-form .bold {
    font-weight: bold;
}

#contact-form-content {
    width: 1110px;
    margin: auto;
}

#contact-form form {
    text-align: center;
}

#contact-form label {

}

#contact-form input {
    border: none;
    background: #e63d25;
    color: #FFF;
    padding: 0 20px;
    height: 44px;
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    white-space: nowrap;
    margin: 5px 5px 17px 0;
    width: 56%;
    cursor: text;
}

#contact-form input[type=submit], #contact-form input[type=checkbox] {
    cursor: pointer;
}

#contact-form textarea {
    width: 60%;
    height: 16em;
    font-size: 19px;
    line-height: 1.4em;
    padding: 9px;
    margin: 18px;
    background: #FFF;
    border-color: #e63d25;
}

#contact-form input[type=checkbox] {
    height: 20px;
    width: 20px;
}

#contact-form input[type=submit] {
    width: 181px;
    text-align: center;
}

#contact-form .checkbox-label {
    font-size: 19.5px;
}

#captcha {
	display: table;
	overflow: auto;
	background-color: #F9F9F9;
	border: 1px solid #D3D3D3;
	text-align: left;
	padding: 0px 25px 8px;
	border-radius: 2px;
	margin: 1em auto;
}

#captcha input {
	border: 1px solid #D3D3D3;
	background: #FFFFFF;
	color: #000000;
	padding: initial;
	margin: initial;
	font-weight: normal;
	width: 45px;
	height: initial;
}

#captcha img {
	vertical-align: text-bottom;
}

#captcha-title {
	font-size: 16px;
}

#captcha-schloss {
	float: right;
	margin-left: 35px;
	margin-top: -25px;
}

/*Die Farbe der Umrandung der Input-Felder (ist die selbe Farbe wie alle anderen Farbelemente auch, nur transparent)*/
textarea:focus, input:focus, button:focus {
    border-color: rgba(230, 61, 37, 0.8);
    box-shadow: 0 1px 1px rgba(230, 61, 37, 0.075) inset, 0 0 4px rgba(230, 61, 37, 0.6);
    outline: 0 none;
}

@media screen and (max-width: 1200px) {
    #contact-form {
        padding: 0 20px;
    }

    #contact-form-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {	
	#captcha-schloss {
		display: none;
	}
}





/* ==========================================================================
   Links 
   ========================================================================== */




#kontakt a {
    color: #e63d25;
    text-decoration: none;
}



/* ==========================================================================
   infobox Startseite
   ========================================================================== */


#infobox2 {
	padding: 20px;
	margin: 0px 0px 60px 0px;
	background-color: #f8f8f8;
	border: thin solid #D94E41;;
	width: auto;
}
