/* GLOBAL */
body
{
        border-top:5px solid #e56038;
        background:#ebe8de;
        font-family: 'Open Sans', sans-serif;
        color:#333333;
}

input
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        padding: 7px;
        outline: 0;
        border:0;
        width:250px;
        background: #EBE8DE;
        border-radius:5px;
}

input[type=submit]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: #333333;
        color: #fff;
}

p
{
	margin: 5px 0;
	line-height: 25px;
	font-family: "Open Sans", sans-serif;
	text-align: left;
}

a
{
	text-decoration: none;
	color: inherit;
	transition: color .5s ease;
	text-align: left;
}

strong
{

}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}


/* HEADER */

header
{
        position:relative;
        width:auto;
        max-width:900px;
        margin: 0 auto 20px auto;
}

header h1
{
	margin: 35px 0 0 0;
	font-size: 55px;
	color: #e56038;
	font-family: "Segoe UI";
	text-align: left;
}

header p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #4A463B;
	margin-left: 132px;
	text-align: left;
}

nav
{
        position:absolute;
        right:0;
        bottom:0;
}

nav ul
{
        list-style:none;
}

nav ul li
{
        display:block;
        float:left;
        padding:3px 15px;
}

nav ul li a
{
        font-family: 'Open Sans', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
}

nav ul li a:hover
{
        color:#E56038;
}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
        display:block;
        background-color: #E56038;
        color: #fff;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #CC5836;
}

.toggleMobile
{
        display: none;
}

/* von Tobias, ermöglicht Text im Bild */
#Titelbild{
    position: relative;
}

#Titelbild img
{
	width:100%;
}

/* von Tobi, Text im Bild */
#Titelbild h1{
    position: absolute;
    top: -10px;
}

.marquee{
    padding: 5px 5px 5px 5px;
    top: 85%;
    position: absolute;
    color: white;
}

#Bildunterschrift_Titel
{
	width: auto;
	height: auto;
	padding: 5px 10px 10px 0px;
	font: "Segoe UI";
	color: #FFF;
	font-weight: normal;
	text-align: right;
	background-color: #e56038;
	border: 0;
	font-size: 10px;
	margin-top:-2px;
}

/* 3 COLUMNS */

#boxcontent 
{
        width:100%;
		height:auto;
        max-width:1500px;
        margin:0 auto;
}
#boxcontent div:nth-of-type(3n + 1) 
{ 		clear:left; 
}

#boxcontent div h1, #boxcontent div p 
{
    padding: 5px;
}

/* von Tobias, bedeutet: alle img-Tags die in einem a-Tag sind, welche die ID boxcontent haben */
#boxcontent a > img{
   
    max-width: 100%;
    
}

#boxcontent div h1 
{
	font-size: 14px;
	text-align: center;
}

#boxcontent div h3
{
	font-size: 22px;
	color: #e56038;
	text-align: center;
}
    
#boxcontent div p
{
	font-size: 18px;
	text-align: center;
}

#boxcontent article
{
        float:left;
        margin-right:0 auto;
        font-size:14px;
}

#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
		line-height:25px;
        text-align:center;
		color:#FFF;
		padding-top:80px;
}

#boxcontent article p
{
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	/*margin-left: 75px;*/
}

#boxcontent div audio 
{
    margin-top: -40px;
	height:20px;
    width: 100% !important;
    max-width:none !important;
}

#tabelle
{
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
}

#tabelle p
{
	font-size: 18px;
	text-align: left;
}

#tabelle h1 
{
	font-size: 36px;
	text-align: left;
	font-weight:bold;
	margin-top: 36px;
	margin-bottom: 36px;
}

/* Hinweis zur Betrachtung im Querformat (Fundus Tabellen) */
#tabelle h2{
    margin-top: -20px;
    padding-bottom: 20px;
    font-weight:bold;
}

#news 
{
        width:100%;
		height:auto;
        max-width:1500px;
        /*margin:0 auto;*/
}

/* von Tobias */
#news img{
    max-width: 100%;
}

#news div:nth-of-type(3n + 1) 
{ 		clear:left; 
}

#news div h1, #news div p 
{
    padding: 0px 20px 10px 20px;
}

#news div h1 
{
	font-size: 14px;
	text-align: center;
}

#news div h3
{
	font-size: 22px;
	color: #e56038;
	text-align: center;
}
    
#news div p
{
	font-size: 18px;
	text-align: justify;
}

#news article
{
        float:left;
        margin-right:0 auto;
        font-size:14px;
}

#news article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
		line-height:25px;
        text-align:center;
		color:#FFF;
		padding-top:80px;
}

#news article p
{
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	/*margin-left: 75px;*/
}

#news audio 
{
    margin-top: -120px;
	height:40px;
    width: 100% !important;
    max-width:none !important;
}


#slider_content1, #slider_content2, #slider_content3
{
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width: 350px;
	position: absolute;
	top: 50px;
	left: 219px;
	display: none;
	z-index: 11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#333333;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
	display: block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
	margin: 0 0 30px 0;
	color: #FFFFFF;
	padding: 10px 15px;
	border-radius: 5px;
}

/* Zeilenabstand jetzt automatisch*/
#letzte_neuigkeiten p
{
	font-family: "Segoe UI";
	font-size: 14px;
	/*line-height: 20px;*/
	text-align: left;
	color: #FFFFFF;
    
    
	/*margin-top:0px;*/
}

/* Nun über die ganze Breite, kein float */
#letzte_neuigkeiten
{
    text-align: center;
	max-width: 100%;
	height: auto;
	background-color:#e56038;
	padding: 30px 10px 10px 10px;
	/*float:left;*/
}

/* Darstellungsform in zwei Blöcken, MediaQuery bei 500px zu einem Block */
#neuigkeiten_wrapper{
    color: white;
    position: absolute;
    top: 20px;
    display: inline-flex;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -60px;
    
}

#neuigkeiten_wrapper h1{
    color: white;
}

/* Abstand zwischen den  Blöcken wird erzeugt */
#neuigkeiten_spalte1{
    padding-top: 15px;
    padding-right: 15px;
}

#neuigkeiten_spalte2{
    padding-top: 15px;
    padding-left: 15px;
}

#review
{
	margin: 40px;
	font-weight: bold;
}

#review h1
{
	font-size: 36px;
	text-align: left;
}

#review p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
	margin-top: 30px;
	font-weight: normal;
}

#review h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	margin-top: 30px;
	font-weight: bold;
}


#news
{   
    /* von Tobias */
    margin-left: auto;
    margin-right: auto;
	/* alt
    margin: 40px;*/
	font-weight: bold;
}

#news h1
{
	font-size: 36px;
	text-align: left;
}

#news p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
	margin-top: 30px;
	font-weight: normal;
}

#Subline
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
	margin-top: 30px;
	font-weight: bold;
}

#review_01, #review_02, #review_03, #review_04, #review_05, #review_06, #review_07, #review_08, #review_09, #review_10, #review_11, #review_12, #letzte neuigkeiten
{
	float:left;
	width:33.33333%;	
}

#news_01, #news_02, #news_03, #news_04, #news_05, #news_06, #news_07, #news_08, #news_09, #news_10, #news_11, #news_12
{
	float:left;
	width:33.33333%;	
}

#box_facts p
{
	font-family: "Segoe UI";
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin-top:0px;
}

#box_facts
{
	width: 260px;
	height: 150px;
	margin-top: 36px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	background-color: #eb653c;
	padding: 10px 10px 10px 10px;
}

#box_interviewpartner p
{
	font-family: "Segoe UI";
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin-top:0px;
}

#box_interviewpartner
{
	width: 260px;
	height: auto;
	margin-top: 36px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	background-color: #eb653c;
	padding: 10px 10px 10px 10px;
}

#box_paypal
{
	width: 260px;
	height: auto;
	margin-top: 36px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	background-color: #eb653c;
	font-family: 'Open Sans', sans-serif;
        color:#fff;
        font-size:18px;
		font-weight:normal;
	padding: 10px 10px 10px 10px;
}

#box_poh
{
	width: 260px;
	height: 20px;
	margin-top: 30px;
	margin-left: 10px;
	margin_bottom: 0px;
	float: right;
	background-color: #333;
	clear: right;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}

#box_poh p
{
	font:"Segoe UI";
	color:#FFF;
}

#box_poh_01
{
	width: 260px;
	height: 130px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	background-color: #eb653c;
	padding: 10px 10px 10px 10px;
	clear:right;
	font:"Segoe UI";
	color:#FFF;
	font-size:14px;
	line-height:20px;
}

#box_poh_02
{
	width:130px;
	height:130px;
	/*margin-left: 10px;*/
	margin-bottom: 5px;
	float: right;
	background-color: #eb653c;
	padding: 10px 10px 10px 10px;
	clear:right;
	font:"Segoe UI";
	color:#FFF;
	font-size:14px;
	line-height:20px;
}

#box_poh_03
{
	width: 260px;
	height: 160px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	background-color: #eb653c;
	padding: 10px 10px 10px 10px;
	clear:right;
	font:"Segoe UI";
	color:#FFF;
	font-size:14px;
	line-height:20px;
}

#Bild_2
{
	width: 500px;
	height: auto;
	margin-top: 31px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
	clear: left;
}

/* Kommentar von Tobias: Eine ID, welche mehrmals vergeben wurde! */
#Bildunterschrift
{
	width: 500px;
	height: auto;
	float: left;
	clear: left;
	padding: 5px 10px 10px 0px;
	font: "Segoe UI";
	color: #666;
	font-weight: normal;
	text-align: left;
	margin-right: 10 px;
    /* von Tobias */
    max-width: 95%;
}

#Bild_rechts
{
	width: 500px;
	height: auto;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	clear: right;
}

#Bildunterschrift_rechts
{
	width: 490px;
	height: auto;
	float: right;
	clear: right;
	padding: 5px 10px 10px 0px;
	font: "Segoe UI";
	color: #666;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
}

#review audio
{
	width: 500px;
	float: left;
	margin-top: -10px;
	margin-right: 10px;
	clear: left;
}

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.elastic-video-wrapper {
	width: 500px;
	max-width: 100%;
}

#Video_links_oben
{
	margin-top: 31px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
	clear: left;
}

#hintergrund_01, #hintergrund_02, #hintergrund_03, #hintergrund_04, #hintergrund_05, #hintergrund_06, #hintergrund_07, #hintergrund_08, #hintergrund_09
{
	float:left;
	width:33.33333%;
}

/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}


/* SPACER */

#spacer
{
        width:auto;
        height:70px;
        background-color:#e56038;
        position:relative;
        font-family: 'Open Sans', sans-serif;
        color:#fff;
        font-size:18px;
}

#spacer p
{
	margin-top: 22px;
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	text-align: left;
}

#spacer .search
{
        margin-top:15px;
        width:auto;
        position:absolute;
        right:50%;
        margin-right:-480px;
}


/* FOUR COLUMNS */

#four_columns, #text_columns
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#four_columns h2, #text_columns h3
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#four_columns .img-item
{
        float:left;
        margin-right:25px;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        background: #000 url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
        margin: 70px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

#text_columns .column2
{
        margin: 120px 0;
}

.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 100px;
}

.rocket, .clock
{
        top:0;
        left:0;
        position:absolute;
        height: 80px;
}

.rocket:hover
{
        opacity:0;
        transition: opacity 0.4s ease 0.2s;
        animation-name: stylie-transform-keyframes;
        animation-duration: 700ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        transform-origin: 0 0;
}

.clock:hover
{
        animation-name: stylie-transform2-keyframes;
        animation-duration: 100ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        transform-origin: 0 0;
}



/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:350px;
        background:#333333;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        width:auto;
        max-width:900px;
        font-size:14px;
        padding-top: 1.5%;
}

footer .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	text-align: left;
}

#copyright
{
        background: #1D1D1D;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{  
	font-family: 'Open Sans', sans-serif;
    
	color: #5e5e5e;
	font-size: 14px;
	position: relative;
	text-align: center;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
	color: #e56038;
}


/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px #d6d0c1 solid;
}
#slides
{
        display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* SUCHE-ERGEBNISSEITE */

#output{
    margin-left: 15px;
    margin-top: 15px;
}

#output ol{
        margin-left: 20px;    
}

#output ol li a, #output ol li, #output strong, #output p{
    font-family: Georgia, "Times New Roman", Times, serif !important;
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
				color:#FFF;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
        #Bildunterschrift
		{
				/* von Tobias, auf 95% reduziert. Verantwortlich für wackeln beim SP */
				width: 95%;
		}
}

@media (max-width: 915px)
{
        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
		#news article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 30px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
		#kalender
		{
				width:auto;
		}
        #Bildunterschrift
		{
				/* von Tobias, auf 95% reduziert. Verantwortlich für wackeln beim SP */
				width: 95%;
		}
        /* Anpassung der Neuigkeitenbox */
        #neuigkeiten_wrapper{
            
            font-size: 12px;
            margin-top: -55px;
            
            margin-left: -310px;
            

        }


@media (max-width: 765px)
{
        .marquee
		{
           z-index: 1;
            top: 5%;
            left: 0;    
        }
		
		.container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:120px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 50%;
                top:100px;
                margin-left: -184px;
        }
        #spacer
        {
                height:100px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
		#Titelbild, Bild_2, Bild_3, Bild_4, Bild_5
		{
				width:100%;
		}
		#Bildunterschrift
		{
				/* von Tobias, auf 95% reduziert. Verantwortlich für wackeln beim SP */
				width: 95%;
		}
		footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
        /* Anpassung der Neuigkeitenbox */
        #neuigkeiten_wrapper{
            position: relative;
            padding-bottom: 15px;
            margin-left: -235px;
            margin-top: -50px;
            color: black;
            top: 10px;
            font-size: 9px;
            

        }
        #neuigkeiten_wrapper h1{
            top: -15px;    
        }
}

@media (max-width: 500px)
{
        header
        {
            margin-top: 80px;
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
        #mobileMenu
        {
                display: block;
                z-index: 99;
                
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #EDA28C;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
		#Bild_2
		{
				width:100%;
		}
		#Bild_rechts
		{
				width:100%
		}
		#Bildunterschrift
		{
                /* von Tobias, auf 95% reduziert. Verantwortlich für wackeln beim SP */
				width: 95%;
		}
		#review audio
		{
				width: 100%;
		}
		#video_links_oben
		{
				margin-bottom: 30px;
		}
		#review_01, #review_02, #review_03, #review_04, #review_05, #review_06, #review_07, #review_08, #review_09, #review_10, #review_11, #review_12, #letzte_neuigkeiten
        {
            width: 100%;
        }
		#hintergrund_01, #hintergrund_02, #hintergrund_03, #hintergrund_04, #hintergrund_05, #hintergrund_06, #hintergrund_07, #hintergrund_08, #hintergrund_09
		{
			width:100%;
		}
		#news_01, #news_02, #news_03, #news_04, #news_05, #news_06, #news_07, #news_08, #news_09
		{
			width: 100%;
		}
		#kalender
		{
			max-width:500px;
		}
        #tabelle
        {
            width:auto;
        }
        img {
            max-width: 100%;
            height: auto;
        }
        /* von Tobias: Zuletzt erschienen wird aber 500px Breite im Block dargestellt */
        #neuigkeiten_wrapper{
            display: block;
        }
        /* Anpassung der Neuigkeitenbox */
        #neuigkeiten_wrapper{
            position: relative;
            padding-bottom: 15px;
            margin-left: 0px;
            margin-top: 0px;
            left: 0%;
            color: black;
            top: 10px;
            font-size: 12px;
            margin-left: 25px;
            

        }
        #neuigkeiten_wrapper h1{
            top: -40px;    
        }
        /* Abstand zwischen den  Blöcken wird erzeugt */
        #neuigkeiten_spalte1{
            padding-top: 0px;
            padding-right: 0px;
        }

        #neuigkeiten_spalte2{
            padding-top: 0px;
            padding-left: 0px;
        }


/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}
Zwischenüberschrift {
	font-family: "Segoe UI";
	font-size: 18px;
}
