* {
    font-family: 'Courier New', monospace; 
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: rgb(55,61,42);
}


body {
    margin: 0px;
    max-width: 100%; 
}

a {
    color: rgb(55,61,42);
    text-decoration: none;
}

a:link {
    color: rgb(55,61,42);
}

a:visited {
    color: rgb(55,61,42);
    text-decoration: none;
}

a:hover {
    color: rgb(255,69,0);
    text-decoration: none;
}



/* Menueleiste*/

header.Rechner {
    display: none;
}

header.mobil {
    display: block;
}

div.quermobil {
    position: fixed;
    top: 0px;
    left: 0px; 
    background-color: white;
    z-index: 18;
    height: 50px;
    width: 100%;
    border-bottom: solid white 2px;
}


/*smartphonemenu*/

header.mobil {
    display: block;
}

    .bar1, .bar2, .bar3 {
  width: 50px;
  height: 8px;
  background-color: rgb(55,61,42);
  margin: 5px 2px;
  transition: 0.4s;
}
    
.menue-button {
	display: inline-block;
    position: fixed;
    top: 5px;
    right: 5px;
    background-color: white;
    color: white;
    cursor: pointer;
}

.menue-button:hover {
    color: red;
    background: rgb(255,69,0);
}

a.bereichlogo {
    width: 100%;
}


nav.navi a {
    color: rgb(55,61,42);
    font-size: 18px;
    text-decoration: none;
}

nav.navi a:link {
    color: rgb(55,61,42);
}

nav.navi a:visited {
    color: rgb(55,61,42);
    text-decoration: none;
}

nav.navi a:hover {
    text-decoration: none;
    color: rgb(255,69,0);
}

nav.navi li {
    list-style: none;
    float: left;
    margin-left: 20px;
    padding: 10px 20px 3px 0px;
    width: 100%;
    background-color: white;
}

nav.navi ul.eins {
    float: right;
    margin-top: 70px;
    margin-left: 0px;
    width: auto;
    background-color: white;
}

nav.navi ul.zwei {
    float: left;
    margin: 0px;
    width: 100%;
    background-color: white;
}

ul.zwei li {
    padding: 0px;
}

nav.navi {
    display: none;
}

#nav-menue:target #steuerung {
    display: block;
}

#nav-menue:target .menue-button-beschr-open {
	display: none; 
}


/* Schaltwerk Icon */


span.schalte {
    position: absolute;
    left: 5px;
    margin: 14px 0px 0px 0px;
    line-height: 100%;
    text-align: center;
    padding: 0px;
    font-size: 32px;
    letter-spacing: 0.02em;
}

/*
span.bildung {
    position: absolute;
    left: 10px;
    bottom: 5px;
    margin: 0px;
    line-height: 100%;
    text-align: center;
    padding: 0px;
    font-size: 15px;
    letter-spacing: 0.02em; 
}*/


/* Menueleiste*/

div.StartRechner {
    height: auto;
    margin: 0px;
    padding: 0px;
}

img.Bildschirm {display:none;}
img.Rechner {display: none;}
img.Zoll {display: none;}

img.Mobil {display: block;
    width: 100%;
}

span.copy {
    margin: -15px 0px 0px 5px;
    color: darkgrey;
    font-size: 6px;
}



div.hallo {
    padding: 0px;
    margin: 0px;
}

.hallo img {
    width: 70px;
}


h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 50px 40px 50px 30px;
    text-align: right;
}

p.prozent {
    text-align: right;
    margin: 10px 20px 100px 0px;
}

p.wieweiter {
    text-align: left;
    margin: 10px 15px 20px 15px;
}

p.erklaeren {
    margin: 10px auto 70px auto;
    width: 90%;
    text-align: justify-all;  
}


table.ubersicht  {
    border: solid 3px rgba(244,65,5,0.7);
    width: 96%;
    padding: 10px;
    margin: 2px auto 70px auto;
}

table.ubersicht th {
    color: rgba(244,65,5,0.7);
    padding: 10px 0px;
    vertical-align: top;
    font-weight: normal;
}

table.ubersicht td  {
    padding: 10px 0px 10px 20px;
}







h3 {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.001em;
    line-height: 1.2;
    padding: 0px;
    margin: 2px 15px 30px 15px;
    text-align: right;
}


h4 {
    font-size: 18px;
    letter-spacing: 0.001em;
    font-weight: bold;
    line-height: 1.7;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

    
div.Hintergrund { 
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    }

div.Fahrplan { 
display: none;
    }

div.MOBILfahrplan { 
    display: block;
    position: relative;
    height: auto;
    width: 98%;
    margin: 20px auto;
    padding: 0px;
    background-color: transparent;
    border: solid 1px transparent;
    }

.MOBILfahrplan h2 {
    position: absolute;
    top: 1%;
    left: 8%;
    padding: 0px;
    margin:0px;
    text-align: left;
    font-size: 25px;
    font-weight: normal;
}


img.Schaltplan {
    display: none;
}

img.Mobilschaltplan {
    display: block;
    width: 82%;
    height: auto; 
    margin: 70px auto;
    padding: 20px;
    border: solid 2px rgb(251,180,1);
}

div.feedback {
    display: none;
}

div.MOBILfeedback {
    display: block;;
    position: relative;
    height: auto;
    width: 100%;
    margin: 20px auto 120px auto;
    padding: 0px;
    background-color: transparent;
}

p.feedeins {
    width: 90%;
    border: solid 1px rgba(255,174,185,0.6);
    margin: 20px auto;
    padding: 10px;
}

div.WEITERESfeedback {
    display: block;;
    position: relative;
    height: auto;
    width: 100%;
    margin: 100px auto 120px auto;
    padding: 0px;
    background-color: transparent;
    text-align: justify;
}

div.OnboardingRechner { 
    background-image: none;
    height: auto;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    }


div.InhaltOnboardingRechner {
    width: 100%;
    margin: -25px auto 0px auto;
    height: auto;
    background-color: rgb(255,250,250);
    line-height: 1.3;
    padding: 60px 0px 150px 0px;  
}

img.Rechneronboarding {display: none;}

img.onboardingmobil {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;

}

p.OnboardingRechner {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: solid 1px transparent;
}


div.WorkshopsRechner {
    background-image: none;
    height: auto;
    padding: 0px;
    margin: -100px 0px 0px 0px;
    width: 99%;
    border: 1px solid transparent;
}

img.RECHNERWorkshops {display: none;}

img.MOBILWorkshops {
    display: block;
    width: 100%;   
}

img.unterWorkshops {
    display: block;
    margin-top: 100px;
    width: 100%;   
}

span.Workshops {display: none;}


div.InhaltWorkshopsRechner {
    height: auto;
    background-color: rgb(240,255,255,0.5);
    margin: -60px 0px 0px 0px;
    padding: 60px 0px 170px 0px;
    width: 100%;
    border: solid 1px transparent;
    line-height: 1.3;
}

div.hintergrundunter {
    background-color: rgba(240,255,255,0.5);
    border-bottom: solid 1px rgb(240,255,255);
    padding-bottom: 100px;
}


div.TextWorkshops {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    border: solid 1px transparent;
    height: auto;
}

.TextWorkshops p{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    border: solid 1px transparent;
}

div.UeberschriftChubbuck {display:none;}

div.MOBILUeberschriftChubbuck {
    display:block;
    margin-top: 0px;
}


.MOBILUeberschriftChubbuck img{
    display: block;
    width: 95%;
    height: auto;
    margin: 2px auto;
    border: solid 1px transparent;
}

div.TextChubbuck {
    display: none;
}

div.MobilTextChubbuck {
    display: block;
    float: none;
    width: 90%;
    margin: 0px auto 60px auto;
    padding: 5px;
    border: solid 1px transparent;
}

.TextChubbuck p{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    border: solid 1px transparent;
}

div.unterchubbuck {
    display: block;
    float: none;
    width: 90%;
    margin: -30px auto 20px auto;
    padding: 5px;
    border: solid 1px transparent;
}


div.linkschubbuck {
    width: 60%;
    float: none;
    display: block;
    margin: 10px auto;
}


.linkschubbuck img {
    width: 100%;
    height: auto;
    padding: 0px;
}

div.UeberschriftMeisner {display:none;}

div.MOBILUeberschriftMeisner {
    display:block;
    margin-top: 150px;}

div.unterUeberschriftMeisner {
    display:block;
    margin-top: 30px;}


.MOBILUeberschriftMeisner img{
    display: block;
    width: 95%;
    height: auto;
    margin: 2px auto;
    border: solid 1px transparent;
}



div.TextMeisner {
    display: none;
}

div.mobilTextMeisner {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto 60px auto;
    border: solid 1px transparent;
}


.mobilTextMeisner p{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    border: solid 1px transparent;
}

div.unterUeberschriftMeisner {
    margin: 0px auto;
    width: 90%;
}


div.unterTextMeisner {
    float: none;
    display: block;
    width: 100%;
    margin: -20px 0px 120px 0px;
    border: solid 1px transparent;
}


.unterTextMeisner p{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 40px;
    border: solid 1px transparent;
}



div.rechtsmeisner {
    width: 60%;
    float: none;
    display: block;
    margin: 10px auto;
}

.rechtsmeisner img {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 2px auto;
}

div.UeberschriftChechov {display:none;}

div.MOBILUeberschriftChechov {
    display:block;
    margin-top: 150px;}


.MOBILUeberschriftChechov img{
    display: block;
    width: 95%;
    height: auto;
    margin: 2px auto;
    border: solid 1px transparent;
}

div.TextChechov {
    display: none;
}

div.MOBILTextChechov {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto 60px auto;
    border: solid 1px transparent;
}

.MOBILTextChechov p{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    border: solid 1px transparent;
}

div.linkschechov {
    width: 60%;
    float: none;
    display: block;
    margin: 10px auto;
}

.linkschechov img {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 2px auto;
}

div.UnterChechov {
    display: block;
    float: none;
    width: 90%;
    margin: 0px auto 70px auto;
    padding: 5px;
    border: solid 1px transparent;
}

div.UnterUeberschriftChechov {
    margin: -10px auto 0px auto;
    width: 90%;
}

/*
div.UeberschriftSzenenanalyse {display:none;}

div.MOBILUeberschriftSzenenanalyse {
    display:block;
    margin-top: 150px;}


.MOBILUeberschriftSzenenanalyse img{
    display: block;
    width: 95%;
    height: auto;
    margin: 2px auto;
    border: solid 1px transparent;
}

div.TextSzenenanalyse {
    float: none;
    display: block;
    width: 100%;
    margin: 0px 0px 20px 0px;
    border: solid 1px transparent;
}

.TextSzenenanalyse p{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    border: solid 1px transparent;
}

div.rechtsszenenanalyse {
    float: none;
    display: block;
    width: 60%;
    margin: 10px auto;
}

.rechtsszenenanalyse img {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 2px auto;
}
*/


.FotosRechner {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0px;
    padding: 0px 0px 300px 0px;
    background-color: white;
}

img.Foto {display:none;}
img.Ueberschriftfotos {display: none;}


img.picturemobil {
    display: block;
    width: 100%;
    margin-top: 10px;
}

img.mobilpicture {
    display: block;
    width: 90%;
    margin-top: 10px;
    margin-left: 4%;
}

div.Photostext {
    padding: 20px;
}

.Photostext p {
    padding: 0px;
    text-align: right;
}


.Photostext a {
    color: rgb(55,61,42);
    text-decoration: none;
}

.Photostext a:link {
    width: 100%;
    font-size: 24px;
    margin: 0px;
    color: rgb(55,61,42);
    text-align: right;

}

.Photostext a:visited {
    color: rgb(55,61,42);
    text-decoration: none;
}

.Photostext a:hover {
    color: rgb(255,69,0);
    text-decoration: none;
}


div.VideoschnittRechner {
    height: auto;
    margin: 0px;
    background-color: rgba(240,255,255,0.4);
}

img.Rechnervideoschnitt {display: none;}

img.MOBILVideoschnitt {
    display: block;
    width: 100%;
}


div.TextVideoschnittRechner {
    border: 2px solid transparent;
    width: 90%;
    margin: 0px;
    padding: 15px 20px 100px 20px;
}

div.PortraitJohannes {
    width: 60%;
    margin: 40px auto 0px auto;
}

.PortraitJohannes img {
    width: 100%;
}



div.eCastingRechner {
    max-width: 100%;
    display: block;
    background-image: none;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}


img.RechnereCasting {display: none;}

img.MOBILeCasting {
    display: block;
    width: 100%;
    margin: 0px;
}


div.InhalteCastingRechner {
    height: auto;
    background-color: rgba(240,255,255,0.5);
    border: 2px solid transparent;
    margin: -70px 0px 0px 0px;
    padding: 0px,
}


div.linksecasting {
    float: none;
    width: 90%;
    margin: 10px 1px 1px 1px;
    padding: 0px 15px 15px 15px;
    border: solid 1px transparent;
}

div.rechtsecasting {
    float: none;
    margin: 15px auto 150px auto;
    width: 60%;
    height: auto;
    border: solid 1px transparent;
    padding: 0px;
}




.InhalteCastingRechner p {
    margin-top: 0px;
    margin-left: 0;
    width: auto;
}

.InhalteCastingRechner ul {
    margin-top: 20px;
    margin-left: 0;
    width: auto;
}



div.ShowreelRechner {
    background-color: black;
    height: auto;
    max-width: 100%;
    margin: 0px;
    padding: 0px;

}

.ShowreelRechner video {
    width: 80%;
    margin-left: 8%;
}



div.UeberschriftShowreel{display: none;}
div.MOBILUeberschriftShowreel {
    display: block;}

.MOBILUeberschriftShowreel img{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border: solid 1px transparent;
}



div.TextShowreelRechner {
    background-color: rgb(235,235,235);
    max-width: 100%;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 200px 0px;
    text-align: left;
    border: 2px solid transparent;
}

.TextShowreelRechner p{
    width: 90%;
    padding-left: 4%;
}

div.Johannes {display: none;}

div.MOBILJohannes {
    display: block;
    width: 60%;
    margin: 60px auto;
}



div.RenteRechner {
     position: relative;
    display: block;
    background-image: none;
    height: auto;
    margin: 0px;
    padding: 0px 0px 200px 0px;
    border: solid 1px rgb(253,245,230);
}


img.RECHNERrente {display: none;}

img.MOBILRente {
    display: block;
    width: 100%;
    }


div.InhaltRenteRechner {
    position: relative;
    padding: 0px;
    height: auto;
    margin-top: -40px;
    background-color: rgba(255,250,240,0.4);
    border: solid 1px transparent;
}

div.Rente {
    float: none;
    display: block;
    position: relative;
    width: 90%;
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 0px 20px;
    border: solid 1px transparent;
}

.Rente p {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
}

.Rente ul {
    padding-top: 20px;
    padding-left: 7%;
    padding-right: 7%;
}


div.rechtsrente {
    float: none;
    display: block;
    position: relative;
    width: 60%; 
    margin: 20% auto;
}

.rechtsrente img {
    width: 100%;
}


div.BusinessRechner {
    display: block;
    height: auto;
    margin: 0px;
    padding: 0px 0px 100px 0px;
    background-color: rgba(240,255,255,0.5);
    border-bottom: 1px solid black;
}


img.Busirechner {display: none;}

img.MOBILBusi {
    display: block;
    width: 100%;
}


div.BusinessText {
    float: none;
    width: 90%;
    margin: 50px auto;
    padding: 0px 20px;
}

div.rechtsbusi {
    float: none;
    margin: 30px auto;
    width: 60%;
}

.rechtsbus img {
    width: 100%;
}



div.Impresslink {
    position: relative;
    padding: 0px;
    height: 150px;
    padding-top: 50px;
}

div.impressum {
    float: left;
    margin: 20px;
    border: solid 1px transparent;
}


div.datenschutz {
    float: left;
    margin: 20px;
    border: solid 1px transparent;
}

.right img {
    width: 100px;
    float: right;
    border: solid 1px transparent;
    margin: 10px;
}




