/********************************************************
* Filename:     style.css
* Description:  css-Datei für Homepage
* Author:		    Ing. Andreas Gabriel - 2021-05-26
********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap');

/****************************************
  Standardelemente
****************************************/
html, body {
  font-family:'Open Sans',sans-serif;
  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  font-size: 20px;
  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
}
body {
  margin: 0;
  padding: 0;
  color: #7b7b7b;
  background-color: #fff;
  line-height: 1.7;
  overflow-x: hidden;
  overflow-y: scroll;
}
#page-bg {
  background-color: #fff;
  height: 100vh;
}
p {
  margin-top: 0;
  margin-bottom: 1.2em;
}
h2, h3 {
  font-family:'Open Sans',sans-serif;
  font-size: 110%;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1em;
}
h3 {
  font-size: 100%;
  line-height: 1.7;
}
ul {
  margin: 0;
  margin-bottom: 1.2em;
  padding-left: 1.4em;
  list-style-type: none;
}
ul li {
  margin-bottom: .5em;
}
ul li::before {
  content: '';
  background-image: url('img/pointer.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: .7em;
  width: .7em;
  margin-left: -1.5em;
  margin-right: .5em;
  position: absolute;
  margin-top: .55em;
}
a {
  font-family:'Open Sans',sans-serif;
  color: #6F1413;
  text-decoration: none;
}
a:hover {
  color: #000;
}
sup {
  font-family:'Open Sans',sans-serif;
}
/****************************************
  Allgemein
****************************************/
.wrapper {
  margin: 0 auto;
}
.subwrapper {
  margin-left: 30px;
  margin-right: 30px;
}
.block {
}
.col {
  float: left;
}
.bold, strong, b {
  ffont-family:'Open Sans',sans-serif;
}
.clear {
  clear: both;
}
.little {
  font-size: 80%;
}
.zitat {
  font-family:'Open Sans',sans-serif;
}
.zitat::before {
  content: '» ';
  font-family:'Open Sans',sans-serif;
}
.zitat::after {
  content: ' «';
  font-family:'Open Sans',sans-serif;
}
/****************************************
  Header
****************************************/
#header {
  padding-top: 25px;
  height:135px;
	font-weight: 600;
  line-height: 1.3;
}
#headerline {
	font-size:200%;
}
#logo {
  float: left;
	margin-top: 5px;
	width:385px;
}
#subtitle {
	margin-top:.5em;
	margin-left:.75em;
	font-weight:300;
}
#contact-block {
  float: right;
  text-align: right;
}
#name {
	margin-bottom:1em
}

#address div {
  display:inline-block;
}
#address div::after {
	content: '•';
  margin: 0 .5em;
}


#address div:last-child::after {
  content:none;
}

/****************************************
  Emotionsbild
****************************************/
#image {
  margin: 0;
}
#imagewrapper {
  background-repeat: no-repeat;
  background-position: center;
  height: 382px;
  background-size: auto 100%;
	border-top:10px solid #2f2f2f;
	border-bottom:10px solid #2f2f2f;
	background-color: #000;
}

.img-copyright {
	font-size:60%;
	text-align: right;
	font-style: italic;
}

/* iframe */
#googleMaps {
  width: 100%;
  height: 100%;
  border: 0;
}
/****************************************
  Hauptmenü
****************************************/
#menu {
  font-size: 110%;
}
#homebutton {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
  margin-right: 20px;
}
.m0 {
  fill: #d2d2d2;
  transition: all 0.4s;
}
#homebutton:hover .m0 {
  fill: #1c6c1a;
}
#mainmenu {
  display: inline-block;
}
#mainmenu a {
  font-family:'Open Sans',sans-serif;
  padding: 8px 30px;
  display: inline-block;
  margin-right: 10px;
  color: #008C8C;
  border-radius: 0 0 10px 10px;
  transition: all 0.4s;
}
#mainmenu a:hover {
  background-color: #ececec;
  color: #1c6c1a;
}
#mainmenu .active {
  font-family:'Open Sans',sans-serif;
  color: #1c6c1a;
}
#mainmenu a.active:hover {
  background-color: transparent;
  cursor: default;
}
/****************************************
  Burgermenü
****************************************/
#burgermenu {
  float: right;
  display: none;
}
#menubutton {
  float: right;
  margin-top: -30px;
  position: relative;
  z-index: 20;
}
#menubutton:hover {
  cursor: pointer;
}
#menubutton .bline {
  clear: both;
  float: right;
  background-color: #fff;
  height: 3px;
  width: 30px;
  border-radius: 1.5px;
  margin-bottom: 5px;
  transition: all .4s;
}

#menubutton.open #l1 {
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
  margin-top: 7px;
}
#menubutton.open #l2 {
  opacity: 0;
}
#menubutton.open #l3 {
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  margin-top: -16px;
}

#menuoptions {
  position: relative;
  margin-top: -200px;
}
#menuoptions.open {
  margin-top: 0;
}
#menuoptions a {
  font-family:'Open Sans',sans-serif;
  background-color: #fff;
  display: block;
  padding: 0.15em 1.2em;
}
#menuoptions a:last-child {
  padding-bottom: .6em;
  border-radius: 0 0 .6em .6em;
}
#menuoptions .active {
  font-family:'Open Sans',sans-serif;
  color: #1c6c1a;
}
/****************************************
  Inhalt
****************************************/
.content-block {
  padding-top: 40px;
  padding-bottom: 60px;
}
.line-block {
  padding-bottom: 1.5em;
}
.left {
  width: 42%;
  margin-right: 3%;
}
.right {
  width: 54%;
}
/*-- Block Portrait --*/
#portrait {
  text-align: center;
  margin-bottom: 46px;
}
#portrait img {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: 6px solid #a6a6a6;
  margin-bottom: .5rem;
}
/*-- iframe Terminanfrage --*/
#terminanfrageformular .left {
  display: none;
}
#terminanfrageformular .right {
  width: 100%;
}
#terminanfrage {
  margin-top: 1rem;
  height: 420px;
  border: none;
  width: 100%;
}
/****************************************
  Fußbereich
****************************************/
#footer {
  padding-top: 10px;
  padding-bottom: 50px;
}
.c3 {
  width: 33.333%;
}
.cl {
  text-align: left;
}
.cc {
  text-align: center;
}
.cr {
  text-align: right;
}
#footermenu {
	margin-top:1em;
}
#copyright {
	margin-top:2em;
	font-size: 70%;
	font-family:'Open Sans',sans-serif;
}
#copyright a {
	font-family:'Open Sans',sans-serif;
}

/****************************************
  Cookie Popup
****************************************/
#cookie-popup { 
  text-align: center;
	color:#fff;
  background-color:rgba(0,0,0,0.80);
  position: fixed;
  bottom: 0; 
  left: 0;
  right: 0;
  z-index: 9999;
  line-height:1.4;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
#cookie-popup.hidden { display:none; }

#cookie-popup a { color:#1bc417; }
#cookie-popup a:hover { color:#13ea0e; }

/****************************************
  Buttons
****************************************/
#cookie-popup input[type=button] {
  padding:.6em 1em;
  cursor:pointer;
	border:none;
	border-radius:5px;
  background-color:#ececec;
  color:#008C8C;
}
#cookie-popup input:hover[type=button] {
  background-color:#e4e4e4;
  color:#1c6c1a;
}



/****************************************
  END
****************************************/