@charset "utf-8";

/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald-v57-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Reset für margin und padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body-Stile für den vollständigen Hintergrund */
body {
    background-image: url('images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
}

/* Alternative Methode für bessere Browser-Kompatibilität */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: url('images/bg.jpg') no-repeat center center fixed;
    background-size: cover;
    color:#fff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight:normal;
    font-style: normal;
}

a {color: #7fcef0; text-decoration: none; font-weight: normal;}

a:hover {color: #d2ff00; text-decoration: none; font-weight: normal;}

p {margin:20px 0px 10px 0px;}

p.benefit {color: #7fcef0;}

ul {padding:0px 0 0 30px;}
ul li {padding-top: 5px;}
	
ol {padding:0px 0 0 20px;}
ol li{padding-top: 5px;}
ol li a{ }
ol li.current a{}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 1.4em;
    line-height: 1.8em;
}

/* Flexbox Container Wrapper */
.container-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

/* Gemeinsame Stile für alle Flex Container */
.flex-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Container 1 - Dynamische Höhe */
.container-1 {
    flex: 1;
    border: 0px solid #ccc;
}
.inner-container1 {
   display: none;
}

/* Container 2 - Feste Höhe 340px mit Hintergrund am unteren Rand */
.container-2 {
    height: 340px;
    flex-shrink: 0;
    background-image: url('images/balken_top.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto;
    border: 0px solid #ccc;
}


/* Container 3 - Feste Höhe 80px mit Hintergrund am oberen Rand */
.container-3 {
    height: 80px;
    flex-shrink: 0;
    background-image: url('images/balken_bottom.png');
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto;
    border: 0px solid #ccc;
}


/* Container 4 - Höhe passt sich dem Inhalt an */
.container-4 {
    height: 520px;
    border: 0px solid #ccc;
        align-items:flex-start;
    justify-content:flex-start;
}

.inner-container4 {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items:center;
    justify-content:flex-start;
}
.split-container4 {
    display: flex;
    width: 100%;
    height: 100%;
}


/* Container 5 - Dynamische Höhe */
.container-5 {
    flex-shrink: 0;
    align-items:center;
    justify-content:flex-start;
    border: 0px solid #ccc;
}

.inner-container5 {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
}

.split-container5 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height:50px;
    background-color: RGB(255,255,255,0.4);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 5px 5px #00000;
}

/* 1000px breiter Container mittig */

.inner-container {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Container mit horizontaler Aufteilung */
.split-container {
    display: flex;
    width: 100%;
    height: 100%;
}


/* Linker Teil - 30% */
.split-left2 {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    vertical-align: bottom;
    margin:-1px;
    padding: 0px 0px 0px 30px;
    
}

/* Rechter Teil - 70% */
.split-right2 {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    
}

.split-left3 {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    margin:1px;
    padding: 0px 0px 0px 30px;
}

/* Rechter Teil - 70% */
.split-right3 {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
}

.split-left4 {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    color:#fff;
}

/* Rechter Teil - 70% */
.split-right4 {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content:flex-start;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
}
.split-top5 {
    width: 100%;
    height: auto;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    color:#fff; 
}

.split-bottom5 {
     display: none;
    width: 100%;
    height: auto;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    color:#fff;
}

.split-left5 {
    width: 35%;
    height: 100%;
    display: flex;
    align-items:flex-start;
     justify-content:flex-start;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    color:#fff;
    background-color: RGB(255,255,255,0.2);
}

/* Rechter Teil - 70% */
.split-right5 {
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content:flex-start;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    background-color: RGB(255,255,255,0.2);
}

.fon-logo {display:none;}

/* ##################### KATEGORIE IMAGES ########################### */

.tstart {
	display:block;
	position:absolute;
	background: url(images/home01.png);
	height: 340px;
	width:500px;
	margin: -348px 20px 2px 0px;
}

.tdreidvis {
	display:none;
	position:absolute;
	background: url(images/3dvisuals.png);
    background-repeat: no-repeat;
	height: 340px;
	width:500px;
	margin: -348px 20px 2px 0px;
}

.twebapps {
	display:none;
	position:absolute;
	background:url(images/webapp.png);
    background-repeat: no-repeat;
	height: 340px;
	width:500px;
	margin: -344px 20px 2px 0px;
}
.tillus {
	display:none;
	position:absolute;
	background:url(images/illustration.png);
    background-repeat: no-repeat;
	height: 340px;
	width:500px;
	margin: -348px 20px 2px 0px;
}
.tfotos {
	display:none;
	position:absolute;
	background:url(images/fotografie.png);
    background-repeat: no-repeat;
	height: 340px;
	width:500px;
	margin: -348px 20px 2px 0px;
}
.tprint {
	display:none;
	position:absolute;
	background:url(images/print.png);
    background-repeat: no-repeat;
	height: 340px;
	width:500px;
	margin: -348px 20px 2px 0px;
}
.tshop {
	display:none;
	position:absolute;
	background:url(images/shop.png);
    background-repeat: no-repeat;
	height: 340px;
	width:500px;
	margin: -348px 20px 2px 0px;
}




/* ##################### MENUE ########################### */


#menu {
	position:absolute;
	float:left;
	margin: -12px 0px 0px 0px;
}

#button_begin {
	background:url(images/button_start.gif);
	display:block;
	float: left;
	height:66px;
	width:1px;
}

.button_start {
	cursor: pointer;
	background:url(images/button01_start_off.gif);
	display:block;
	float: left;
	height:66px;
	width:61px;
}


.button_dreidvis {
	cursor: pointer;
	background:url(images/button02_3dvisuals_off.gif);
	display:block;
	float: left;
	height:66px;
	width:108px;
}


.button_webapps {
	cursor: pointer;
	background:url(images/button03_webapps_off.gif);
	display:block;
	float: left;
	height:66px;
	width:106px;
}

.button_illus {
	cursor: pointer;
	background:url(images/button04_illustration_off.gif);
	display:block;
	float: left;
	height:66px;
	width:107px;
}

.button_fotos {
	cursor: pointer;
	background:url(images/button05_fotografie_off.gif);
	display:block;
	float: left;
	height:66px;
	width:99px;
}

.button_print {
	cursor: pointer;
	background:url(images/button06_print_off.gif);
	display:block;
	float: left;
	height:66px;
	width:66px;
}

.button_shop {
	cursor: pointer;
	background:url(images/button01_shop_off.gif);
	display:block;
	float: left;
	height:66px;
	width:66px;
}
.button_shop a {
    display:block;
    height:100%;
    border:0px solid #0f0;
        
}

.button_end {
	background:url(images/button_end.gif);
	float: left;
	height:66px;
	width:1px;
}


/* ##################### TEXT ########################### */


.textstart {
display: block;
position:absolute;
width: 600px;
}

.textdreidvis {
display: block;
position:absolute;
width: 600px;
}

.textwebapps {
display: block;
position:absolute;
width: 600px;
}

.textillus {
display: block;
position:absolute;
width: 600px;
}

.textfotos {
display: block;
position:absolute;
width: 600px;
}

.textprint {
display: block;
position:absolute;
    width: 600px;
}

.textshop {
display: block;
position:absolute;
width: 600px;
}


.contact {
    margin: 20px 0px 0px 30px;
    padding: 0px 40px 0px 0px;
    border-right: 1px solid #fff;
}

.contact-imprint {
    display:flex;
    width:284px;
    margin: 20px 0px 0px 30px;
    padding: 0px 40px 0px 0px;
    border-right: 1px solid #fff;
}

.content {
    height: auto;
    margin: 20px 0px 0px 20px;
    padding: 0px 20px 40px 0px;
    border-right: 0px solid #fff;
}

.footer {
    padding:15px 0px 15px 35px;
}

.imprint1{
    width:90px;
    
}
.imprint2{
    width:auto;
    
}

#preloader {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(auto,1px,1px,auto);
	padding-top: 1px;
	padding-left: 1px;
	left: -100px;
	top: -100px;
}

#toggle-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
     cursor: pointer;
    }

#content {
      display: none;
    }

.icon {
      font-size: 20px;
      user-select: none;
    padding-right:15px;
    }


/* ########################## 480px Mobile Phones ########################### */
/* ########################## 480px Mobile Phones ########################### */
/* ########################## 480px Mobile Phones ########################### */

@media (max-width: 480px) { 
    
h1 {
    font-size: 1.8em;
    font-family: "Oswald", sans-serif;
    }
    
h2 {
    font-size: 1.6em;
    font-family: "Oswald", sans-serif;
    line-height: 1.2em;
    margin: 20px 0px 0px 0px; 
    }
    
p {margin:20px 0px 0px 0px;}

p.benefit {
    margin:0px 0px 0px 0px;
    padding:10px 0 0px 0px;
    color: #7fcef0;
    }    
    
ul {padding:10px 0 10px 30px;}
ul li {padding-top: 5px;}
    
    
    
.container-1 {
    height:265px;
    flex-shrink: 0;
    background-image: url('images/bg_balken.png');
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto;
    margin:0;
}    
    
.container-2 {
    height: 220px;
    flex-shrink: 0;
    background-image: url('images/balken_top.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto;
    border:0px solid #f00;
}
    
.container-3 {
    height: 198px;
    flex-shrink: 0;
    background-image: url('images/mbuttonbg_balken.png');
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto;
}
    
.container-4 {
    background-image: url('images/schatten_top.png');
    background-repeat: repeat-x;
    background-position: top center;
    height: auto;
    min-height: auto;
}    
    

    
.inner-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
    
.inner-container1 {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
}
    
.inner-container4 {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
    
.split-container4 {flex-direction: column-reverse;}   
    
.split-left2 {display:none;}   
    
.split-right2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 0px solid #ccc;
}
    
.split-left3 {display:none;} 
    
.split-right3 {
    width: 100%;
    display: flex;
    align-items:center;
    justify-content:space-around;
    border: 0px solid #f00;
}
    
.split-left4 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items:flex-start;
    justify-content:center;
    border: 0px solid #ccc; 
}

.split-right4 {
    width: 100%;
    height: auto;
    display: flex;
    align-items:center;
    justify-content: center;
    border: 0px solid #ccc; 
    
}
    
.split-top5 {
    width: 100%;
    height: auto;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    color:#fff; 
}

.split-bottom5 {
     display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    color:#fff;
}

.split-left5 {
    width: 100%;
    height: auto;
    position: relative;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
    color:#fff;
}

/* Rechter Teil - 70% */
.split-right5 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    
    
    display: flex;
    align-items: center;
    justify-content:center;
    margin:0px auto;
    border: 0px solid #ccc; /* Zur besseren Visualisierung */
}
    
    
    
    
.fon-logo {display:block;}
    
    
    /* ##################### MENUE ########################### */


#menu {
	position:relative;
   	margin: 0px auto;
    width:322px;
    border-width: 0px 2px 0px 2px;
    border-style: solid;
    /* Stellen Sie den Schnittpunkt für jede Seite fest */
      border-image-width:  0px 1px 0px 1px;
     /* border-right-image: url(images/mborder_right.png); */
     /* border-left-image: url(images/mborder_left.png); */
     /* border-image-outset: 2;*/
    border-left:1px solid #a3b5bc;
    border-right:1px solid #fff;
}

#button_begin {
	display:none;
}

.button_start {
	cursor: pointer;
	background:url(images/mbutton01_start_off.gif);
	display:block;
	float: left;
	height:66px;
	width:80px;
}


.button_dreidvis {
	cursor: pointer;
	background:url(images/mbutton02_3dvisuals_off.gif);
	display:block;
	float: left;
	height:66px;
	width:119px;
}


.button_webapps {
	cursor: pointer;
	background:url(images/mbutton03_webapps_off.gif);
	display:block;
	float: left;
	height:66px;
	width:121px;
}

.button_illus {
	cursor: pointer;
	background:url(images/mbutton04_illustration_off.gif);
	display:block;
	float: left;
	height:66px;
	width:127px;
}

.button_fotos {
	cursor: pointer;
	background:url(images/mbutton05_fotografie_off.gif);
	display:block;
	float: left;
	height:66px;
	width:115px;
}

.button_print {
	cursor: pointer;
	background:url(images/mbutton06_print_off.gif);
	display:block;
	float: left;
	height:66px;
	width:78px;
}

.button_shop {
	cursor: pointer;
	background:url(images/mbutton01_shop_off.gif);
	display:block;
	float: left;
	height:66px;
	width:320px;
}
.button_shop a {
    display:block;
    height:100%;
    border:0px solid #0f0;
        
}

.button_end {
display:none;
}

    
    
    
    
    
    
 /* ##################### KATEGORIE IMAGES ########################### */

.tstart {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width:100%;
	margin: 0px 0px 2px 0px;
}
    
.tdreidvis {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	width:100%;
	margin: 0px 0px 2px 0px;
}

.twebapps {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	width:100%;
	margin: 0px 0px 2px 0px;
}
.tillus {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	width:100%;
	margin: 0px 0px 2px 0px;
}
.tfotos {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	width:100%;
	margin: 0px 0px 2px 0px;
}
.tprint {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	width:100%;
	margin: 0px 0px 2px 0px;
}
.tshop {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	width:100%;
	margin: 0px 0px 2px 0px;
}
    
 .textstart {
    display: block;
    position:absolute;
    width: 80%;
    height: auto;
    text-align: left;
}   
.textdreidvis {
    display: block;
    position:absolute;
    width: 80%;
    height: auto;
    text-align: left;
}

.textwebapps {
    display: block;
    position:absolute;
    width: 80%;
    text-align: left;
}

.textillus {
    display: block;
    position:absolute;
    width: 80%;
    text-align: left;
}

.textfotos {
    display: block;
    position:absolute;
    width: 80%;
    text-align: left;
}

.textprint {
    display: block;
    position:absolute;
    width: 80%;
    text-align: left;
}

.textshop {
    display: block;
    position:absolute;
    width: 80%;
    text-align: left;
}    
    
.fon-logo {
    margin:60px auto;
    height: 60px;
    }
    
.contact {
    display:block;
    width:80%;
    height:auto;
    margin: 620px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    border-right: 0px solid #fff;
     border-top: 1px solid #fff;
}

.content {
    display:block;
    width:80%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 0px solid #fff;
    border: 0px solid #f00;
    } 
    
.contact-imprint {
    display:flex;
    width:100%;
    margin: 20px 0px 0px 40px;
    padding: 0px 40px 0px 0px;
    border-right: 0px solid #fff;
}  
    
.footer {
        font-size:12px;
    }
}


/* ########################## 768px Mobile Landscape ########################### */
/* ########################## 768px Mobile Landscape ########################### */
/* ########################## 768px Mobile Landscape ########################### */



@media screen and (min-width: 600px) and (max-width: 948px) and (orientation: landscape) { 

body { transform: scale(0.9); transform-origin: 0 0; }
    
/* Flexbox Container Wrapper */
.container-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    min-width: 1024px;
}    
    
    
 .split-left2 {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border: 0px solid #ccc;
  vertical-align: bottom;
  margin-top: 1px;
  padding: 0px 0px 3px 30px;
}   
    
    
    .split-left3 {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 0px solid #ccc;
  margin: 1px;
  padding: 1px 0px 0px 30px;
}
    
    
#menu {
	position:relative;
   	width:616px;
    border-width: 0px 2px 0px 2px;
    border-style: solid;
    /* Stellen Sie den Schnittpunkt für jede Seite fest */
      border-image-width:  0px 1px 0px 1px;
     /* border-right-image: url(images/mborder_right.png); */
     /* border-left-image: url(images/mborder_left.png); */
     /* border-image-outset: 2;*/
    border-left:1px solid #a3b5bc;
    border-right:1px solid #fff;
}
    
}


@media screen and (min-width: 481px) and (max-width: 901px)  and (orientation: portrait) { 

body { transform: scale(0.8); transform-origin: 0 0; }
    
/* Flexbox Container Wrapper */
.container-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100vh;
    min-width:1000px;
}    
    
    
 .split-left2 {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border: 0px solid #ccc;
  vertical-align: bottom;
  margin-top: 1px;
  padding: 0px 0px 2px 30px;
}   
    
    
    .split-left3 {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 0px solid #ccc;
  margin: 1px;
  padding: 1px 0px 0px 30px;
}
    
    
#menu {
	position:relative;
   	width:618px;
    border-width: 0px 2px 0px 2px;
    border-style: solid;
    /* Stellen Sie den Schnittpunkt für jede Seite fest */
      border-image-width:  0px 1px 0px 1px;
     /* border-right-image: url(images/mborder_right.png); */
     /* border-left-image: url(images/mborder_left.png); */
     /* border-image-outset: 2;*/
    border-left:1px solid #a3b5bc;
    border-right:1px solid #fff;
}
    
}
