

/* = = = = = = = = = = = = = = = = = 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,sans-serif;
font-size:62.5%;
line-height:1.5;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
}


/* überschriften */

h1, h2, h3, h4, h5 {text-align:center;
font-weight:normal;font-weight:bold;
}

h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
	text-transform : uppercase;
	font-size : 3.7rem;
	line-height : 3rem;
	margin-top : 1rem;
	margin-bottom : 4.5rem;
	letter-spacing : 0px;
}

/* spez. formatierung der h2-überschrift mit font-icon und linie */
h2:before{display:block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
text-align:center;
content:" --------  \f0c6   --------";
color:#B90000;
font-size:2.6rem;
letter-spacing:-3px;
margin-bottom: .5rem;
}

h3 {
font-size:2rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
text-transform:none;
letter-spacing:1px;
}


/* 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;
font-family: arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #7f7f7f;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:bold;
background:#BF0000;
padding:0 .5rem;
transform:rotate(-45deg);
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}

/* homepagename  */
.name {
	display : inline-block;
	font-size : 3.9rem;
	line-height : 2.2rem;
	letter-spacing : 2.2rem;
	color : #000;
	padding : 2rem;
	margin : 3rem 0 auto;
	text-transform : uppercase;
	font-weight : bold;
}

.name span {display:block;
margin:1rem;background:#9F0000;color:#fff;
font-size:1.5rem;padding:.5rem;
}

.seitentitel {
	display : inline-block;
	background : white;
	color : #000;
	font-size : 2.6rem;
	line-height : 2.2rem;
	text-transform : none;
	letter-spacing : .1rem;
	padding : .5rem 1rem;
	box-shadow : 0 0 3px 0 rgba(0,0,0,0.5);
}

/* tabellenzelle-reihe  */
.logo2 .tabrow {display:table-row; }


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.box {display:inline-block;vertical-align:top;
width:100%;
padding:4px;
text-align:left;
margin:0 -2px; /* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

/* ----- boxen - grundsystem ----- */

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5 {width:100%; }


/*  ----- boxen - für abweichungen vom boxen-grundsystem ----- */

.box-1_of_4b  {width: 50%; }
#gallery .box-1_of_3 {width:100%; }
#gallery .box-1_of_4 {width:50%; }
#fuss .box-1_of_4  {width: 100%; }

/*  ----- bei Mausberührung der Bilder, wenn diese verlinkt sind (z.B Lightbox) ----- */
a:hover img {opacity:.8;  filter: invert(100%); }



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.section-logo {
width:100%;height:100vh;
position:relative;
overflow:hidden;
background:#EFEFEF;
}

.fotostart {background-image:url(../images/logo01.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.foto01 {background-image:url(../images/logo03.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.foto02 {background-image:url(../images/logo02.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.foto03 {background-image:url(../images/logo04.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.foto04 {
	background-image : url(../images/logo05.jpg);
	background-position : 50% 50%;
	background-repeat : no-repeat;
	background-size : cover;
}

.foto05 {background-image:url(../images/logo06.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.foto06 {background-image:url(../images/logo07.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}


.logo1 {
display:table;
width:100%;height:0%;
text-align:center;
}

.logo2 {
display:table;
width:100%;height:100%;
text-align:center;
}

.logobox-1a  {
display:table-cell;vertical-align:top;
width:100%;
}

!.logobox-2a  {
background:rgba(255,255,255,.7);
display:table-cell;
width:100%;
height:100%;
text-align:center;
vertical-align:middle;
}

.logobox-2b  {
	display : table-cell;
	width : 100%;
	height : 40%;
	text-align : center;
	vertical-align : bottom;
}



/* ############################################################ */
/* bereich content */
/* ############################################################ */

.section-content {display:block;
width:100%;
color:#000;
margin:0 auto;
padding:0;
}

.content {display:block;
background:ffffff;
margin: 0 auto;
padding:6rem 2rem 10rem 2rem ;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {display:block;
background-image:url(../images/logo01.jpg);
background-position:50% 50%;
background-repeat:no-repeat;background-size:cover;
margin:0 auto;
padding:0rem ;
}

.filter  {
background: rgba(255,255,255,.8);
}

#fuss {display:block;
margin: 0 auto;
padding:0rem;
}

#fuss h3:first-letter {
color:#9F0000;padding-right:1px;
}

.fuss-a {display:block;background:transparent;
margin: 0 auto;
padding:2rem 2rem 2rem 3rem;
}

.fuss-b {display:block;background:transparent;
margin: 0 auto;
padding:2rem 2rem 2rem 3rem;
}

#fuss .box {
text-align:left;
padding:0rem 1rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.5rem;
color:#000;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:.5rem;
margin-top: 0rem;
margin-bottom:.5rem;
border-bottom:dotted 1px #000;
}

#fuss .box article {
margin-bottom:1.5rem;
}

/* ----- icons ----- */

.fussmenu li i,
.fussmenu li a i {color:#000;
text-shadow:0 0px 1px white;
transition:all .9s ease-out ;
font-size:1.3rem;
margin-right:1rem;
}

.fussmenu li a:hover i {color:#BF0000;transform: rotateY(360deg); }


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss .box,
#fuss li a,
.fussmenu li.kein-link {
color:#000;
font-weight:normal;
font-size:1.5rem;
line-height:3rem;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block; }

#fuss li a {text-decoration:none; }
#fuss li a:hover  {color:#000;text-decoration:underline }


/* fussname */
.fussname {display:block;
text-align:center;
padding:.6rem;
font-size:1.2rem;
line-height:1.5rem;
letter-spacing:0.2rem;
color:#000;
}


/* nach-oben-pfeil-icon */

.button-jump  {display:block;
text-align:center;
}

.button-jump a i {display:inline-block;
text-align:center;
height:4rem;
line-height:4rem;
width:4rem;
background:#fff;
color:#DF0000;
box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
border-radius: 3px;transition:all .5s;
}

.button-jump a  {text-decoration:none; }

.button-jump a:hover i {background:silver;color:white; }



/* ############################################################ */
/* 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) {

.section-logo {height:36rem; }

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.content, #fuss  {width:92vw; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_5  {width: 20%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* - - - - -  GRID-SYSTEM  - - - - - */
#fuss .box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%;}

.content {text-align:justify; }

#fuss .box,
#fuss li a,
.fussmenu li.kein-link {font-size:1.3rem; }

#fuss .box h3 {font-size:1.3rem; }

}


/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {

pre {width:60vw; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

/* - - - - -  GRID-SYSTEM  - - - - - */
#gallery .box-1_of_3 {width:33.33%; }
#gallery .box-1_of_4 {width:25%; }
.box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1280 pixel ================================= */
@media (min-width: 1280px) {

/* - - - - -  GRID-SYSTEM  - - - - - */
#fuss .box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

.content, #fuss {width:86vw; }

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */