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

body {
font-size:1.7rem;
margin:0 auto;
background:#000;
color:#A6A6A6
}

/* andere zeilenabstände, absatz */
.content br {
line-height:.7;
}

p.break {
line-height:7rem;margin:0;
}

/* überschriften */

h1, h2, h3, h4, h5 {
color:#D1D1D1;
text-align:left;
letter-spacing:0px;
font-weight:normal;
text-transform:none;
}

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

h2 {
text-align:left;
font-size:2.4rem;
line-height:3rem;
margin-top:0rem;
margin-bottom:3.5rem;
}

h3 {
text-transform:xuppercase;
font-size:2rem;
line-height:2.3rem;
margin-top:2.1rem;
margin-bottom:1.4rem;
letter-spacing:0rem;
}

/* allgemeine links  */

a {
background-color:transparent;
color:white;
text-decoration:underline;
font-size:130%;
}

a:hover {
color:red;
text-decoration:none;
}

.container_haupt {
margin:0 auto;
padding:0;
width:100%;
}


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

.section-logo {
top:0rem;
width:100%;
margin:0;
padding:0;
background:#373D42; /* IE9 */
}

.logo-content {
width:100%;
margin:0 auto;
}

#logo .logobox-a {
display:inline-block;
width:75%;
margin:0 -.25rem 0 -.25rem ;/* ausgleich (minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

#logo .logobox-b {
display:inline-block;
width:25%;
margin:0 -.25rem 0 -.25rem ;/* ausgleich (minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

#logo .logobox-c {
display:inline-block;
width:50%;
margin:0 -.25rem 0 -.25rem ;/* ausgleich (minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

/* name */

.name {
display:block;
font-size:1.6rem;
color:#fff;
padding:1rem;
text-transform:uppercase;
font-weight:bold;
}

.name span { 
color:#CFCFCF;
text-transform:none;
font-weight:normal; 
}



/* ############################################################ */
/* bereich foto-gallerie */
/* ############################################################ */

.wrapper-box {
display:block;
text-align:center;
padding:0rem;
}

.box {
display:inline-block;
text-decoration:underline;
position:relative;
width:100%;
vertical-align:top;
margin:0rem -.25rem 0 -.25rem ;/* ausgleich (minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

#gallery .box-1_of_3 {
width:100%;
text-align:center;
}

#gallery .box img,
#gallery .box a img {
display:block;
width:100%;
height:auto;
border:none;
box-shadow:0px 0px 1px #000;
}

.text {
display:inline-block;
width:100%;
position:absolute;
bottom:0rem;
left:0rem;
padding:2rem 2rem 2rem 2rem;
text-shadow:2px 2px 0px black;
text-align:left;
font-family:arial,helvetica,sans-serif;
font-size:1.7rem;
line-height:1.9rem;
}

/* ############################################################ */
/* bereich content - inhaltsbereich */
/* ############################################################ */

.section-content {
width:100%;
margin:0;
padding:0;
background:#43484E;
}

.content {
width:100%;
min-height:80vh;
margin:0 auto;
padding:6rem 8vw;
text-align:left;
}

/* ############################################################ */
/* bereich seitenleiste */
/* ############################################################ */

/* ---- box kontakt ---- */

#kontakt {font-size:1.4rem;}
#kontakt .box-1_of_2 {width: 100%;}

#kontakt ul {
text-align:left;
padding:0rem;
margin:0;
}

#kontakt li {
list-style:none;
padding:0rem;
margin:0;
}

/* -----menu und icons ----- */

#social ul {
text-align:left;
padding:0rem;
margin:0;
}

#social li {
list-style:none;
display:inline-block;
padding:0rem .5rem 0rem 0rem;
margin:0;
}

#social .fas,
#social .fab,
#social .far {
display:inline-block;
margin:-.18rem -.18rem 0 -.18rem;
padding:1rem;
font-size:1.8rem;
box-shadow:1px -1px 1px #1F1F1F;
background:firebrick;
color:#fff;
}

#social a:hover .fas,
#social a:hover .fab,
#social a:hover .far  {
color:#fff;
background:#726F7B;
animation:fade-in .8s;
}

/* fussname */

.fussname {
display:inline-block;
font-weight:normal;
color:#fff;
text-shadow:none;
margin:0 auto;
padding:.6rem 0rem;
font-size:1.2rem;
letter-spacing:2px;
text-transform:uppercase;
}

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

.section-fuss {
width:100%;
background:#373d42;
color:#fff;
}

.fuss-content {
text-align:center;
margin: 0rem auto;
padding:1rem 0 ;
}

/* -----menu ----- */

#fuss ul {
text-align:center;
padding:0rem;
margin:0;
}

#fuss li {
list-style:none;
display:inline;
padding:0rem .2rem;
margin:0;
}

#fuss li a {
display:inline-block;
text-decoration:none;
font-size:1.4rem;
letter-spacing:0rem;
padding:.2rem .4rem ;
margin:0;
color:#EFEFEF;
}

#fuss li a:hover {
background:transparent;
color:#fff;
text-decoration:underline;
}

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

/* ==================================== ab 480 pixel ================================== */
@media (min-width:480px) {
/* - - - - -  GRID-SYSTEM #1  - - - - - */
#gallery .box-1_of_3 {width:50%;}
/* - - - - - ende GRID-SYSTEM #1 - - - - - */
}

/* ==================================== ab 600 pixel ================================== */
@media (min-width:600px) {
/* keine angabe */
}

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

/* ==================================== ab 768 pixel ================================== */
@media (min-width:768px) {
html {font-size:70%;
}
.content {padding:6rem 6vw;}
}

/* ==================================== ab 800 pixel ================================== */
@media (min-width:800px) {
.section-content {
width:100%;
margin:0;
padding:0% 5% 0% 5%;
background:#43484E;
}
}

/* ===================================== ab 1024 pixel ================================= */
@media (min-width:1024px) {
.name {
font-size:2rem; 
line-height:2.2rem;
}
.section-content {
width:100%;
margin:0;
padding:0% 10% 0% 10%;
background:#43484E;
}
}

/* ===================================== ab 1100 pixel ================================= */
@media (min-width:1100px) {
html {
font-size:75%;
}
pre {
width:50vw;
}
.content {text-align:justify}
.section-content {
width:100%;
margin:0;
padding:0% 15% 0% 15%;
background:#43484E;
}
}

/* ===================================== ab 1280 pixel ================================= */
@media (min-width:1280px) {
/* - - - - -  GRID-SYSTEM #1  - - - - - */
#gallery .box-1_of_3 {width:33.33%;}
/* - - - - - ende GRID-SYSTEM #1 - - - - - */
.section-content {
width:100%;
margin:0;
padding:0% 20% 0% 20%;
background:#43484E;
}
}

/* ===================================== ab 1400 pixel ================================= */
@media (min-width:1400px) {
html {font-size:80%;}
.section-content {
width:100%;
margin:0;
padding:0% 25% 0% 25%;
background:#43484E;
}
}

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