


/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


html, body {
/* font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif; */
font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
/* font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; */
/* font-family: Verdana,Geneva,sans-serif; */
font-size:62.5%;
line-height:1.4;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
}

/* zusätzliche zeilenabstände, absatz */
.content br {
line-height:.6;
}

p.break  {
line-height:7rem;margin:0;
}


/* überschriften */

h1, h2, h3, h4, h5 {
color:#000;
text-align:left;
text-transform:uppercase;letter-spacing:2px;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 4.2rem;

}

h2 {text-align:center;
font-size:2.4rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
font-weight:normal;
}

h2:after {text-align:left;
border-top: 8px solid red;
display: block;
width: 60px;
content: "";
margin: 8px 0 ;
}


h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:.1rem;
font-weight:normal;
text-transform:none;
}

/* allgemeine links  */

a {background-color:transparent;
color:#000;
text-decoration: underline;
}

a:hover  {color:#000;
background-color:transparent;
text-decoration:none;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
padding:1rem 0.5rem 1rem 0.5rem;
margin:2rem auto;
text-align:center;
background: #398EA4;
color:#fff;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
}

pre .extra {display:inline-block;position:absolute;left:0rem;top:1rem;font-size:2rem;
color:#fff;font-weight:bold;
transform:rotate(-45deg);
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */


.container_haupt {
margin:0 auto;
padding:0;
width:100%;
}


/* bilder  anpassen der grösse  */
/* wenn sie eigene einzelne bilder einbauen, unabhängig von unserem bilderstystem,
 dann werden diese bilder maximal (max-width) so gross wie die original-abmessungen des bildes
 bwz. des umschliessenden containers wenn vorhanden */

img {max-width: 100%;
height: auto;
margin:0 auto;
}




/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.section-logo {
width:100%;
height:24rem;
background: #93cede;
overflow:hidden;
margin:0;
padding:0;
}

.logo {position:relative;
width:100%;height:100%;
display:table;

background-image:url(../images/Data-Security-Image-1.jpg);
/* background-image:url(../images/Data_Security_1400.jpg); */
/* background-image:url(../images/logo01.jpg); */
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
margin:0 auto;
}

/* anderes logo-bild auf index6.html(sextus) */
.logo.back06 {
background-image:url(../images/logo06.jpg);
}
/* ENDE anderes logo-bild  */

/* anderes logo-bild auf index6.html(sextus) */
.logo.cz {
background-image:url(../images/logo_cz.jpg);
}
/* ENDE anderes logo-bild  */

.logo .filter {display:table;height:100%;width:100%;
background:rgba(0,0,0,.4)
}


.logo .name {height:32rem;
display:table-cell;text-align:center;vertical-align:middle;
color:#fff ;
font-weight:normal;
font-size:1.9rem;
line-height:2.2rem;
padding: 0 0;
}

.name b {font-weight:normal;
font-size:2.2rem;
line-height:2.4rem;
text-transform:uppercase;
}

.logo .semicircle {position:absolute;width:10rem;
display:table;
left:50%;bottom:8rem;
margin-left:-5rem;
height:4rem;
line-height:4rem;
background:transparent;background:white;
text-align:center;
vertical-align:middle;
padding:0rem;
border-radius: 6rem 6rem 0 0;
}

.logo .semicircle .fa {
color:#000;
font-size:3rem;
line-height:5rem;
padding-top:.6rem;
}





/* ############################################################ */
/* bereich content */
/* ############################################################ */


.content-wrapper {
width:100%;
}

.section-content {
width:100%;
color:#000 ;
margin:0;
padding:0;background:#EFEFEF;
}

.content {
display:block;
width:100vw;
min-height:60vh;
margin: 0 auto;
padding:6rem 3rem;
text-align:left;
}

.content h2:after {display:block;
border-top: 8px solid #34839A ;
width: 60px;
content: "";
margin: 0 auto;
margin-top: 1rem;
}

/* - - - - - - - - - -  der erste abschnitt und davon ausgehend jeder dritte abschnitt, also abschnitt 1, abschnitt 4, abschnitt 7 usw - - - - - - - - - -  */

.section-content:nth-child(3n+1) .content {
background:#fff;
}



/* - - - - - - - - - -  der zweite abschnitt und davon ausgehend jeder dritte abschnitt, also abschnitt 2, abschnitt 5, abschnitt 8 usw  - - - - - - - - - -  */

.section-content:nth-child(3n+2) .content{
background:#9ac5d1;/*IE9*/
background:radial-gradient( #D3E6EB ,#9AC5D1 );
}



/* - - - - - - - - - -  der dritte abschnitt und davon ausgehend jeder dritte abschnitt, also abschnitt 3, abschnitt 6, abschnitt 9 usw  - - - - - - - - - -  */

.section-content:nth-child(3n+3) .content {
background:#ffe29e;/*IE9*/
background:radial-gradient( #FFF5DF,#FFE29E );
}




/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* BILDER IM INHALTSBEREICH - GRID-SYSTEM #1  mit DISPLAY:INLINE-BLOCK */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */


.wrapper-box {display:block;
text-align:center;
padding:0rem;
}


.box {display:inline-block;
width:100%;
vertical-align:top;
padding:0rem;
margin:0 -.25rem 0 -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_4
{width:100%;
}


#gallery .box-1_of_1 ,
#gallery .box-1_of_2 ,
#gallery .box-1_of_3 {
width:100%;
}

.box img,
.box a img {
width: 100%;
height: auto;
box-shadow:0 0 0 6px white;
}


/*  X X X  ENDE GRID-SYSTEM #1  X X X */




/*  ----------------------------------------  */
/*  box #philosophie   */
/*  ----------------------------------------  */

#philosophie {text-align:center;
font-size:1.4rem;
}

#philosophie h3 {
text-align:center;font-weight:bold;
margin:1.5rem 0 1rem 0;
font-size:1.5rem;
line-height:1.8rem;
}


#philosophie .box-1_of_3 {
padding: 1rem 1rem 3rem 1rem;
}

/*  halbkreise - vertikal - jeweils zu einem Kreis zusammengefügt  */

#philosophie .semicircle {display:inline-block;
height: 12rem;
width: 6rem;
line-height:12rem;
font-size:2.8rem;
vertical-align:middle;
text-align:center;font-weight:bold;
margin:0 -.25rem 0 -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

#philosophie .semi01a {
border-radius: 6rem 0 0 6rem  ;
background-color:#FFEBBB;
color:#000;
}

#philosophie .semi01b {
border-radius:0 6rem 6rem 0 ;
background-color: #34829A;
color:white;
}

#philosophie .semi01a .fa ,
#philosophie .semi01b .fa {
line-height:12rem;
font-size:3rem;
}



/*  ----------------------------------------  */
/*  box #philosophie menu  */
/*  ----------------------------------------  */

#philosophie  a  {text-decoration: none;
white-space:nowrap;
}


#philosophie  a .fa {text-decoration: none;
color:#368AA3;
transition:.8s ease-out;
}

#philosophie  a:hover .fa {transform: rotate(720deg);
}


/*  ----------------------------------------  */
/*  box #promise  */
/*  ----------------------------------------  */

#promise {text-align:center;
font-size:1.4rem;
}

#promise .box-1_of_4 {
padding: 1rem 1rem 3rem 1rem;
}

/*  halbkreise horizontal - jeweils zu einem Kreis zusammengefügt  */

#promise .semicircle {display:inline-block;
height: 6rem;
width:12rem;
vertical-align:middle;
text-align:center;font-weight:bold;
}

#promise .semi01a {display:block;
border-radius: 6rem 6rem 0 0   ;
background-color:#abcfd9;
color:#fff;
margin:0 auto;
}

#promise .semi01b {display:block;
border-radius:0 0 6rem 6rem  ;
background-color: #34829A;
color:white;margin:0 auto;
line-height:1.5rem;font-size:1.3rem;
}

#promise .semi01a .fa ,
#promise .semi01b .fa {
color:#1c444f;
line-height:6rem;
font-size:3rem;
}

/* ganz kreise -pfeil-nach-unten-icon (kreis nicht sichtbar) sowie hände-schütteln-icon */

#promise .circle {display:inline-block;
height: 12rem;
width:12rem;
line-height:12rem;
border-radius:6rem  ;
vertical-align:middle;
text-align:center;
}

#promise .circle-a {
background:transparent;
}

#promise .circle-b {
background:#34829A ;/*IE9*/
background:linear-gradient(to top left ,#abcfd9, #abcfd9 33.33% , #34829A 33.33% , #34829A 66.66% , #abcfd9 66.66% ,  #abcfd9 );
color:#34829A;
line-height:12rem;
font-size:1.3rem;
}

#promise .circle-a .fa {
line-height:12rem;color:#296B7E;
font-size:4rem;
}

#promise .circle-b .fa {
line-height:12rem;color:#fff;
font-size:4rem;
}





/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */

.section-fusstop {
width:100%;
color:#fff ;
background:#95cbdb;
}

.fusstop-content {
background:#296574;
min-height:15rem;
margin: 0 auto;
text-align:center;
padding:1rem 1rem 3rem 1rem ;
font-size:1.2rem;
line-height:1.5rem;
}

/*  ----------------------------------------  */
/*  box #fusstop   */
/*  ----------------------------------------  */



#fusstop .box {display:inline-block;
padding:1rem ;
text-align:center;
}

#fusstop .box-1_of_4 {
width: 28rem; }

#fusstop h3 {
font-size:1.5rem;
line-height:1.8rem;
color:#fff;
border-bottom:dotted 1px #fff;
margin:1rem 0;text-align:left;
}

#fusstop ul {text-align:left;
padding:0rem;
margin:0;
}

#fusstop  li {list-style:none;
padding:0rem;
margin:0;
}


/*  ----------------------------------------  */
/*  #fusstop-menu  */
/*  ----------------------------------------  */



#fusstop .menu ul {
text-align:left;
margin:0;
padding:0;
}

#fusstop .menu li {list-style-type: none;
margin:0;
padding:0 ;
}

#fusstop  a
{display:inline-block;
font-size:1.2rem;
line-height:1.5rem;
color:#fff;
text-decoration:none;
}

/* die font-icons  im fusstop-menu */

#fusstop   .inhalt .fa ,
#fusstop   a .fa {display:inline-block;
text-align:center;
font-size:1.5rem;
line-height:2rem;
height:2rem;
width:2rem;
color:#fff;
text-shadow:0 0 1px black;
background:#54AAC2;
margin:.2rem .4rem 0 .2rem;
transition:.5s;
}

#fusstop  a:hover .fa {
transform: rotate(360deg);
color:white;
box-shadow:1px 1px 1px black;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */


.section-fuss {
width:100%;
background:#95cbdb;
color:#000;
}

.fuss {background:#1C444F;
text-align:center;
margin: 0rem auto;
width:100%;
padding:0 0 ;
}

/*  ----------------------------------------  */
/*  box #fuss   */
/*  ----------------------------------------  */

#fuss  .box {display:inline-block;
padding:1rem ;
text-align:center;
}

#fuss .box-1_of_1 {
padding:1rem 0;
}

/* fussname */
#fuss .name {
color:#DFDFDF;
text-shadow:none;
margin:0 auto;
padding:0 0;
font-size:1.2rem;
line-height:1.5rem;
height:1.5rem;
letter-spacing:0.2rem;
}



/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN*/
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */


/* - - - - -  nur info - - - - - */
/*  für die kleinste smartphone-auflösung von 320pixel benötigen wir KEINE bildschirmabragen (media queries), denn hierfür gilt ja automtisch der gesamte vorstehende quelltext-code - weil wir das template ja 'mobile-first' angelegt haben */



/* ==================================== ab 360 pixel ================================== */

@media (min-width: 360px) {

/* keine angabe */


}


/* ==================================== ab 400 pixel ================================== */

@media (min-width: 400px) {

.logo , .content, .fusstop-content , .fuss {
width:90vw;
}


}


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {

.section-logo {
height:24rem;
}

/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */
.box-1_of_1 {width: 80%; }
.box-1_of_2 {width: 80%; }
.box-1_of_3 {width: 80%; }
.box-1_of_4 {width: 80%; }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */


}


/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {


/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM #1   - - - - - */

.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 33.33%; }
.box-1_of_4 {width: 50%; }
#gallery .box-1_of_1 {width: 100%;  }
#gallery .box-1_of_2 {width: 50%;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */

#promise .circle-a {margin-top:-6rem; }


}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine Angabe */


}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

.logo , .content, .fusstop-content , .fuss  {
width:92vw;
}

/* - - - - -   GRID-SYSTEM #1 - BILDER IM INHALTSBEREICH  - - - - - */
.box-1_of_2 {width: 50%;  }
.box-1_of_3 {width: 33.33%;  }
#philosophie .box-1_of_3 {width: 33.33%;  }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */


/* - - - - -  GRID-SYSTEM #1 -FUSSSBEREICH   - - - - - */
#fusstop .box-1_of_4 {width: 48%;  }
/* - - - - - ende  GRID-SYSTEM #1 -FUSSSBEREICH   - - - - - */

#fusstop .menu a {font-size:1.1rem; }


}


/* ==================================== ab 800 pixel ================================== */

@media (min-width: 800px) {

.content {text-align:justify; }


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

.section-content:nth-child(3n+1) .content ,
.section-content:nth-child(3n+2) .content ,
.section-content:nth-child(3n+3) .content
{
padding:6rem 5rem ;
}


/* - - - - -  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */
.box-1_of_4 {width: 25%;  }
#gallery .box-1_of_3 {width: 33.33%;  }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */

#fusstop .box {
padding:.5rem 3rem;
}


}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html { font-size:75%; }

.logo , .content, .fusstop-content , .fuss  {
width:90vw;
}

pre {width:50vw; }


}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

.logo , .content, .fusstop-content , .fuss {
width:80vw;
}



}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html { font-size:80%; }

#fusstop .box {
padding:.5rem 6rem;
}

}



/* ====================================================================== */
/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */