* {
    margin: 0;
    padding: 0;
}

html, body
{
    font-family: Calibri;
    color: #000000;
    height: 100%;
    width: 100%;
    background-color: #7F7FE3;
    background-image: url(image/768.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
     background-attachment: fixed;
}
#inhalt-alles {
    position: relative;
    width: 1000px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    background-image: linear-gradient(#7F7FE3, #BECDE6, #BECDE6, #7F7FE3);
}


/* #################  hier beginnen der Kopfbereich  ##################*/
header {
   position: relative;
   top: 0px;
   height: 210px;
   z-index: 98;
  /* background-image: linear-gradient(#B6B6B6 1%,  #FFFFFF 50%);
    background-image: linear-gradient(90deg, #B6B6B6 1%,  #FFFFFF 70%);
    */
}
#leinwand{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 200px;
    
}
#banner{
   position: absolute;
   top: 30px;
   left: 15%;
   width: 660px;
   height: 88px;  
}
#steuerung-o1 {
  position: absolute;
  top: 166px;
  width: 100%;
  height: 35px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
  background-color: #6161E3;
  z-index: -1;
}

#steuerung-o2 {
  position: absolute;
  top: 166px;
  width: 100%;
  height: 35px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
  background-color: #6161E3;
  z-index: -1;
}
/* #################  hier beginnen das Menü ######################*/
#steuerung-o {
    position: absolute;
    top: 168px;
    height: 135px;
    z-index: 99;
  width: 69%;
  height: 35px;
  margin-left: 15%;
  text-align: center;
}

#steuerung-o ul{
    width: 100%;
    list-style-type: none;
    z-index: 90;
}
#steuerung-o li{
    float: left;
    display: inline-block;
}
#st-o-1  { padding-left: 7px; padding-right: 7px;}
#st-o-2  { padding-left: 7px; padding-right: 7px;}
#st-o-3  { padding-left: 7px; padding-right: 7px;}
#st-o-4  { padding-left: 7px; padding-right: 7px;}
#st-o-5  { padding-left: 7px; padding-right: 7px;}
#st-o-6  { padding-left: 7px; padding-right: 7px;}


#steuerung-o a{
  color: #FFFFFF;
  font-size: 1.3em;
  text-decoration: none;
  padding: 1px;   
  padding-left: 5px;
  padding-right: 5px;
}
#steuerung-o span{
  font-size: 1.3em;
}
#steuerung-o  li:hover{
  background-color: #161692;
  padding-bottom: 0px;
  padding-top: 0px;
}
#steuerung-o  a:hover{
  color: #FFFFFF;
}
#steuerung-o li li:hover{
  background-color: #161692;
  padding-bottom: 4px;
  padding-top: 7px;
}
#steuerung-o ul ul{
     position: absolute;
     top: 33px;
     margin-left: -11px;
     max-width: 200px;
     text-align: left;
   }

#st-o-4  ul li { width: 120px;}
#st-o-5  ul li { width: 220px;}
#st-o-6  ul li { width: 190px;}

#steuerung-o ul ul li{
     display: block;
     float: none;
     margin: 0;
     background: #6161E3;
     padding: 0px;
     height: 0px;
     border-left: solid 3px;
     border-color: #000000;
    transition: height 0.5s ease-in-out 0s;
     overflow: hidden;
   }
  
#steuerung-o ul ul li a{
     font-size: 1.3em;
     padding-left: 5px;
   }

#steuerung-o li:hover ul li{
    height: 25px;     /* höhe der untermenüpunkte*/
    padding: 10px;
    }


#steuerung-o ul ul li.aktiv{
     background: #161692;

   }
#steuerung-o  ul ul li a.aktiv  {
     cursor: default;
}
.aktiv {
    background-color: #161692;
}
.aktiv a{
	cursor: default;
}
.aktiv2{
    background-color: #161692;
    cursor: default;
    
}

#steuerung-l{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 480px;
    width: 220px;
    z-index: 999;
    float: left;
    font-size: 1.2em;   
}
#steuerung-l li {
	display: block;
	color: #000000;
	background-color:#6161E3;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 5px;
}

#steuerung-l li:hover {
	background-color:#161692;
}

#steuerung-l li a {
	color: #FFFFFF;
	text-decoration: none;
    text-align: left;
    padding-left: 6px;
	width: 100%;
	display: inline-block;
}
#steuerung-l li a:hover {
    color: white;
}

#steuerung-l li.aktiv a {
    background-color: #161692;
    color: white ;
    cursor: default;
    font-style: normal;
    width: 90%;
}
#steuerung-l li.aktiv  {
    background-color: #161692;
}
.active {
	/*	damit der Pfeil rechts nicht kommt */
	background-image:none;
	/*	keine Unterstreichung, dass es nicht nach Link aussieht */
	text-decoration: none;
	/*	Cursor normal, dass es nicht nach Link aussieht */
	cursor: default;
}

.bordertop {
    border-top: 1px solid #333333;
}
.menue-button {
    display: none;
}

/* #################  hier beginnen der Inhalt ############################################*/

article {
    padding: 20px 40px 100px 40px;
    width: 95%;
    min-height:  100%;
    margin: 0 auto;    
    text-align: left;
}
article p {
    font-size: 1.3em;
}
article h1 {
    padding-bottom: 10px;
    
}
article li {
    font-size: 1.3em;
}
#logoschrift2  {
    width: 200px;
    height: 30px;
    float: left;
}
#slideshow {
    margin-top: 30px;
}

/* Inhalt Unternehmen #################################*/

#inhalt-unternehmen p{
   padding-bottom: 20px;
}
#inhalt-unternehmen img{
   position: relative;
   top: 10px;
   width: 200px;
}
/* Inhalt Leistungen #################################*/
#inhalt-leist{
   padding-left: 20px;
}
#inhalt-leist ul{
  margin-bottom: 40px;
}
#inhalt-leist li{
   font-size: 20px;
   list-style: square;
}
#inhalt-leist ul ul{
  margin-bottom: 0px;
  padding-left: 40px;
}
#inhalt-leist li li{   
   list-style: disc;
}
#inhalt-leist p{ 
   padding-bottom: 10px;
   text-align: center;
}






/* Inhalt Galerie  Bilder  Deko Video #################################*/

#bilder {
   text-align: center;
   padding: 0 20px 0 0px;
}
#bilder p {
    padding-top: 10px;
}
#bilder img {
  /*  height: 130px;   */
}
#bilder a {
    color: #000000;
}
.b100 img{
    height: 100px;
}

#bilder-2022-06 span{
    color: #D40000;
    font-weight: bolder;
}
#corona {
    color: #CC0000;

    font-weight: bolder;
    padding-bottom: 10px;
}
#corona img{
    height: auto;
}
#corona-p {
   text-decoration: underline; 
   font-size: 22px;
}

#oben {font-size: 1.3em;}
.oben {font-size: 1.3em;}

#deko {
   text-align: center;
   padding: 0 20px 0 0px;
}
#deko p {
    padding-top: 10px;
}
#deko img {
    height: 130px;
}

.vmenue-button {
    display: none;
}
#video_menu {
    position: absolute;
    top: 220px;
    left: 40px;
    width: 290px;
    height: 395px;
    list-style-type: none;
    z-index: 998;
}
#video_menu ul{
    list-style-type: none;
}
#video_menu li{
	display: block;
    padding: 3px 0px 3px 0px;
    background-color:#6161E3;
    border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;   
}
#video_menu a{
    padding-left: 5px;
    text-decoration: none;
	color: #FFFFFF;
	width: 98%;
	display: inline-block;	
	text-align: left;	
}
#video_menu li:hover {
    background-color: #161692;
}

#video {
    position: absolute;
    top: 220px;
    left: 370px;    
    width: 500px;
    height: 400px;    
}
#video p {
    padding-top: 10px;
}
#video iframe {
    width: 500px;
    height: 400px; 
    border: none; 
}

video {
    width: 500px;
    height: 400px;
}
.video-position {
    position: absolute;    
}
.red {
    color: red;
}
.vmborder {
    border-bottom: 1px solid #333;
}
#aufbruch{
    color: #C64F00;
}

/* Inhalt Referenzen #########################################*/
#inhalt-ref-prod{
   padding: 20px 20px 0 40px;
}
#inhalt-kuenstler {
   padding: 20px 20px 0 40px;
}
#inhalt-kuenstler ul{
   padding-left: 20px;
}
#inhalt-kuenstler li{
   list-style: square;
}
#inhalt-ref-prod a {
    color: #000000;
    text-decoration: none;
}
.inhalt-ref-mehr {
   display: none;
   padding-top: 5px;
   padding-bottom: 10px;
   padding-left: 10px;
   background-image: url(image/grau-30.png);
}
.inhalt-ref-mehr a {
   text-decoration: underline;
}
#inhalt-ref-prod a:hover {
   color: #FF0000;
}
#refprod-arsvivendi  {  }
#refprod-cocomico    {  }
#refprod-edeka       {  }
#refprod-hsb         {  }
#refprod-manthey     {  }
#refprod-mediamarkt  {  }
#refprod-volvo       {  }

/* Kontakt  ################################## */
#inhalt-kontakt {
   margin-left: 40px;
}

#inhalt-kontakt p {
    margin: 0px;
    padding: 0px; 
}
#inhalt-kontakt a {
    color: #000000;
    text-decoration: none;
}

#versendet p{
    padding-top: 30px;
    padding-bottom: 10px;
}
#versendet a{
    text-decoration: underline;
    color: #000000;
}
#kontaktadresse {
    position: absolute;
    top: 230px;
    left: 230px;
}
#kontaktnummern {
    position: absolute;
    top: 230px;
    left: 510px;
}
#kontaktnummern img{
    margin-top: 0px;
    border: none;
}
#inhalt-kontakt table{
    margin-top: 130px;
    border: 0px;
    width: 800px;
}

.main {
    width: 160px;
    padding: 2px;
    font-size: 18px;
}
.main2 {
    padding-left: 5px;
  
}

#inhalt-kontakt textarea{
    resize:none;
    COLOR: #000000;
	border-style: inset;
}
#mailpng {
    position: relative;
    top: 5px;
}
#pflicht{ margin-left: 10px;}
.pflicht{ margin-left: 10px;}

#kf-mitteilung {
    vertical-align: top;
}
#capcha {
    position: absolute;
    top: 530px;
    width: 100px;
    height: 100px;
}
.falschercode {
    position: absolute;
    top: 450px;
    font-weight: bolder;
}
.kontaktinfo {
    margin-left: 20px;
}
    
/* Inhalt  Disclaimer #############################*/
#inhalt-disclaimer {
    color: #000000;
    margin-bottom: 0px;
}
#inhalt-disclaimer a {
   color: #000000;
}

#inhalt-disclaimer h3 {
    padding-top: 10px;
}
#inhalt-disclaimer p {
    padding-right: 10px;
}
/* Inhalt  Impressum  #############################*/
#logoschrift-impressum {
    position: relative;
    top: 5px;
    width: 180px;
    left: 0px;
}
#inhalt-impressum {
   padding-left: 40px;
   padding-top: 20px;
}

#inhalt-impressum p {
    font-size: 20px;
    padding-top: 10px;
}
/* Inhalt  AGB  #############################*/

#inhalt-agb h2{
    padding-top: 10px;
}
#inhalt-agb h3{
    padding-top: 10px;
}
#inhalt-agb ul{
   padding-left: 20px;
}
#inhalt-agb li{

   list-style: decimal; 
}
#inhalt-agb  ul ul li{
   font-variant: normal;
   font-size: 1em;
}
#inhalt-agb p{
   padding-top: 20px;
}

/* #################  hier beginnen der Fußbereich ######################*/

footer {
    position: absolute;
    bottom: 0px;
    width: 1000px;
    background-color: #6161E3;
    color: #000000;
    text-align: center;
}
footer a{
    color: #000000;
    text-decoration: none;
}
footer b{
    color: #000000;
    font-size: 1.4em;
     padding-right: 10px;
    padding-left: 10px;
    margin-right: 50px;
}
footer a:hover{
    color: #FFFFFF;
}

/* ########## Anpassungen für Tablet & Handys ######################################################## */

/* für Tablet quer - unter 1000px ####################################### */
@media only screen  and (max-width:62.5em) {
html, body {
    background-image: none;
}
#inhalt-alles {
    width: 100%;
    overflow: hidden;
}
#leinwand {width: 100%;}    
#banner{ left: 10%;} 
#st-o-1  { padding-left: 4px; padding-right: 4px;}
#st-o-2  { padding-left: 5px; padding-right: 4px;}
#st-o-3  { padding-left: 5px; padding-right: 4px;}
#st-o-4  { padding-left: 5px; padding-right: 4px;}
#st-o-5  { padding-left: 5px; padding-right: 4px;}
#st-o-6  { padding-left: 5px; padding-right: 4px;}      

#steuerung-o ul ul{ margin-left: -5px;} 
article {padding: 20px 30px 100px 30px; } 
#inhalt-video { padding-bottom: 400px;}    
footer {width: 100%;}    
}
/* für Tablet quer - unter 900px ####################################### */
@media only screen  and (max-width:56.25em) {

#steuerung-o2 {height: 33px;}    
#steuerung-o {
  width: 69%;
  margin-left: 17%;
  height: 33px;  
}    
#st-o-1  { padding-left: 2px; padding-right: 0px;}
#st-o-2  { padding-left: 2px; padding-right: 0px;}
#st-o-3  { padding-left: 2px; padding-right: 0px;}
#st-o-4  { padding-left: 2px; padding-right: 0px;}
#st-o-5  { padding-left: 2px; padding-right: 0px;}
#st-o-6  { padding-left: 2px; padding-right: 0px;}       
#steuerung-o ul ul{
     margin-left: -2px;
    top: 31px;
} 
#steuerung-o a{font-size: 1.2em;}  
.menuf{font-size: 1.1em;} 
#video_menu { width: 250px; left: 30px;}
#video { left: 290px;} 

#thale_202209 img{
    height: 25px;
}  
}

/* für Tablet hoch - unter 800px ###########################################*/
@media only screen and  (max-width:50em){
 
#banner{  
   width: 80%;
   height: auto;    
} 
nav {
   width: 100%;
   margin-left: 0%; 
}    
#steuerung-o2 {
  border: none;
  background-color: none;
  display: none;
}     
#steuerung-o {
    visibility: hidden;
    background: none;
    border: none;
}     
    
#steuerung-l{ top: 190px;}    
.menue-button {
    display: block;
    position: absolute;
    top: 150px;
    left: 20%;
    padding: 0.4em;
    text-decoration: none;
    background-color: #6161E3;
    color: white;
    cursor: pointer;
    font-size: 1.1em;
    z-index: 999;
    border: 1px solid #333333;
}
.menue-button:hover {
    background-color: #161692;
    color: white;
}   
#nav-menu:target #steuerung-l {display: block;}
#nav-menu:target .menue-button-open {display: none;}     
article { padding: 20px 30px 100px 20px; }  

.vmenue-button {
    display: block;
    position: absolute;
    top: 150px;
    left: 50%;
    padding: 0.4em;
    text-decoration: none;
    background-color: #6161E3;
    color: white;
    cursor: pointer;
    font-size: 1.1em;
    z-index: 999;
    border: 1px solid #333333;
}
.vmenue-button:hover {
    background-color: #161692;
    color: white;
}
#nav-vmenu:target #video_menu {display: block;}
#nav-vmenu:target .vmenue-button-open {display: none;}



#video_menu {
    top: 190px;
    left: auto;
    right: 0px;
    font-size: 1.0em; 
    display: none;   
}
#video {
    position: absolute;
    top: 210px;
    left: 10%;
    width: 90%;
} 

#bilder img { height: 100px;}
#deko img {height: 100px;}
#thale_202209 img{height: 25px;}

#inhalt-ref-prod{ padding: 0px 20px 0 20px;}
#inhalt-kuenstler {padding: 0px 20px 0 20px;}

#inhalt-kontakt {margin-left: 20px;}
#kontaktadresse {left: 180px;}
#kontaktnummern {left: 390px;}
#inhalt-kontakt table{width: 100%;}
.main {width: 100px;}
.main2 input{width: 240px;}
.main2 textarea{
    width: 18em;
    height: 20em;
} 
#capcha {top: 600px;}  
}

/* für Handy hoch - unter 600px #########################################*/
@media only screen and  (max-width:38em) {
 
header {height: 180px;}
#leinwand {height: 160px;}      
.menue-button {top: 120px;}   
#steuerung-l{ top: 160px;}     
article { padding: 0px 30px 100px 20px;   } 

#inhalt-video { padding-bottom: 300px;} 
.vmenue-button { top: 120px;}
#video {left: 10px; top: 160px;}
#video_menu { top: 160px;}
#kontaktadresse {
    top: 180px;
    left: 160px;
}
#kontaktnummern {
    top: 300px;
    left: 160px;
}
#thale_202209 img{height: 25px;}
#inhalt-kontakt table{margin-top: 250px;}
#capcha {top: 650px;}   
}

/* für Handy hoch - unter 512px #########################################*/
@media only screen and  (max-width:32em) {

header {height: 160px;}
#leinwand {height: 140px;}
.menue-button {
    top: 115px;
     left: 16%;
    padding: 3px 5px 3px 5px;
    font-size: 1.1em;   
} 

#inhalt-video { padding-bottom: 300px;} 
#video_menu { top: 147px;}
#video iframe {width: 400px; height: 320px;}
video {width: 400px; height: 320px;}
#video { top: 160px;}
#steuerung-l{ top: 147px;}   
article { padding: 0px 20px 150px 20px; }    


.vmenue-button { 
    top: 115px;    
    padding: 3px 5px 3px 5px; 
    font-size: 1.1em;
}

#inhalt-ref-prod{ padding: 0px 20px 0 0px;}
#inhalt-kuenstler {padding: 0px 20px 0 0px;}

#inhalt-kontakt {margin-left: 0px;}
#kontaktadresse {
    top: 160px;
    left: 140px;
}
#kontaktnummern {
    top: 280px;
    left: 140px;
}  
#thale_202209 img{height: 25px;}
.main {width: 90px;}
.main2 input{width: 200px;}
.main2 textarea{
    width: 15em;
    height: 20em;
}
 
}

/* für Handy hoch - unter 400px ##########################################*/
@media only screen and  (max-width:26em) {

header {height: 140px;}
#banner{  top: 1.4em;   }    
#leinwand {height: 110px;} 
.menue-button {
    top: 95px;
     left: 15%;
    padding: 3px 5px 3px 5px;
} 
#steuerung-l{ top: 127px;}     
article{ padding: 0px 10px 150px 10px; } 

#inhalt-video { padding-bottom: 200px;} 
#video_menu { top: 127px;}
.vmenue-button {  top: 95px;}
#video { top: 150px;}
#video iframe {width: 100%; height: auto;}
video {width: 100%; height: auto;}
#thale_202209 img{height: 25px;}
#kontaktadresse {
    top: 140px;
    left: 130px;
}
#kontaktnummern {
    top: 280px;
    left: 130px;
}
#inhalt-kontakt table{ margin-top: 280px;}

.main2 input{width: 150px;}
.main2 textarea{
    width: 11em;
    height: 20em;
} 
  
}