/* Menü Rechts zum Aufklappen*/
.dropbtn {
      border: none;
}

body {
	margin: 0;
	padding: 0;
}
.abs {
	padding-top: 25px;
}


.abs-cont {
	padding-top: 100px;
}

.item {
	padding-top: 27px;
}

.container img {
      margin: 0 auto;
      display: block;
      border: 0;
      vertical-align: middle;
}
.thumbnail {
      max-width: 100%;
      height: auto;
      padding: 0px;
      -webkit-box-shadow: 5px 5px 5px grey;
      -moz-box-shadow: 5px 5px 5px grey;
      box-shadow: 5px 5px 5px #999;
}

img {
    max-width: 100%;
    height: auto;

}
.img-responsive {
    margin: 0px auto;
    max-width: 60%;
    height: auto;
}
/*
video {
	width: 100%;
}
*/
.row{
	margin: 0px;
}

.dropdown {
      position: relative;
      display: inline-block;
      float: right;
z-index: 200;
}

.dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      float: left;
      margin-left: -10px;
}

.dropdown-content a {
/*
float: right;
*/
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      font-family: 'Cinzel', serif;
}

.dropdown-content a:hover {
      background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
      display: block;
}

/* Menü Rechts zum Aufklappen  ENDE*/

.navbar-fixed-top {

}

.hamburger-icon button{
	font-size: 20pt;
	position: fixed;
	top: 0;
	right: 60px;
	color: #000;
}

.hamburger-icon button i{
	color: #000;
}

#header .dropdown-menu{
	width: 300px
}

#header .dropdown-menu > li > a{
	padding: 8px 10px;
	display:block;
}


@media screen and (min-width: 320px) {
	#header .dropdown, #header .dropdown-menu{
		width: 50%;
		background:#fff;
	}
.btn {
    padding: 2px 8px !important;
}

	.hamburger-icon button{
		font-size: 13pt !important;
		    right: 5px !important;
	}

	.logo{
	    margin-left: 25px;
	    width: calc(100% - 60px);
	    position: fixed;
	    z-index: 10;
	    background-color: white;
	}
      .navbar {
	  min-height: 20px !important;
	  margin-bottom: 10px !important;
      }
	video {
		width: 100% !important;
		display: block !important;
		margin: 0 auto !important;
		position: relative !important;
	       top: 20px;
	}

      .img-thumbnail {
	  display: inline-block;
	  max-width: 65%;
      }
.img-responsive {
    margin: 0px auto;
    max-width: 80%;
    height: auto;
}
}


@media screen and (min-width: 380px) {
	#header .dropdown, #header .dropdown-menu{
		width: 50%;
	       background:#fff;
	}

	.hamburger-icon button{
		font-size: 13pt !important;
		    right: 20px !important;
	}

	.logo{
	    margin-left: 25px;
	    width: calc(100% - 60px);
	    position: fixed;
	    z-index: 10;
	    background-color: white;
	}
      .navbar {
	  min-height: 20px !important;
	  margin-bottom: 10px !important;
      }
	video {
		width: 100% !important;
		display: block !important;
		margin: 0 auto !important;
		position: relative !important;
	       top: 40px;
	}

      .img-thumbnail {
	  display: inline-block;
	  max-width: 65%;
      }
}



@media screen and (min-width: 767px) {
	#header .dropdown, #header .dropdown-menu{
		width: 30%;
	       background:#fff;
	}

	.hamburger-icon button{
		font-size: 25pt !important;
		    right: 20px !important;
	}

	.logo{
	    margin-left: 25px;
	    width: calc(100% - 60px);
	    position: fixed;
	    z-index: 10;
	    background-color: white;
	}
.navbar {
    min-height: 20px !important;
    margin-bottom: 10px !important;
}
	video {
		width: 100% !important;
		display: block !important;
		margin: 0 auto !important;
		position: relative !important;
	       top: 50px;
	}


.img-thumbnail {
    display: inline-block;
    max-width: 65%;

}
}

@media screen and (min-width: 768px) {
	#header .dropdown-menu{
		position: fixed;
		top: 30px;
		right: 0;
		width: 30%;
	       background:#fff;
	}
	.hamburger-icon button{
		    right: 60px;

	}
	video {
		width: 90% !important;
		display: block !important;
		margin: 0 auto !important;
		position: relative !important;
	       top: 60px;
	}
.navbar {

    min-height: 20px !important;
    margin-bottom: 10px !important;

}
}

@media screen and (min-width: 980px) {
	#header .dropdown-menu{
		position: fixed;
		top: 30px;
		right: 0;
		width: 30%;
	       background:#fff;
	}
	.hamburger-icon button{
		    right: 60px;

	}

.navbar {

    min-height: 20px !important;
    margin-bottom: 10px !important;

}
}

@media screen and (min-width: 1280px) {
	#header .dropdown-menu{
		position: fixed;
		top: 30px;
		right: 0;
		width: 20%;
	       background:#fff;
	}
	.hamburger-icon button{
		    right: 60px;

	}
.navbar {

    min-height: 20px !important;
    margin-bottom: 10px !important;

}
}

@media screen and (min-width: 1599px) {
	#header .dropdown-menu{
		position: fixed;
		top: 30px;
		right: 0;
		width: 20%;
	       background:#fff;
	}
	.hamburger-icon button{
		    right: 60px;

	}
.navbar {

    min-height: 20px !important;
    margin-bottom: 10px !important;

}
}

@media screen and (min-width: 1920px) {
	#header .dropdown-menu{
		position: fixed;
		top: 30px;
		right: 0;
		width: 20%;
	       background:#fff;
	}
	.hamburger-icon button{
		    right: 60px;

	}

.navbar {

    min-height: 20px !important;
    margin-bottom: 10px !important;

}
}
.button-wrapper {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.button {
  display: block;
  margin: 0 0 2rem;
  padding: 0.8rem;
  border: 0; outline: 0;
  border-radius: 0.125em;
  min-width: 128px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.2s $bezier;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background-color: #189cd6;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.2), 0 0.2em 0.2em rgba(0, 0, 0, 0.2);
}

.button a {
  text-decoration: none;
  color: #000;
}

.input-field {
  height: 40px;
  width: 100%;
}
form {
  margin-top: 50px;
}
input {
  height: 40px;
  width: 100%;
}

textarea {
  width: 100%;
}
.thankyou_message p {
  color: #000;
}

/* Contact form */
#honeypot {
  display: none;
}
.thankyou_message {
	color: #decfbc;
}

@media screen and (min-width: 3840px) {
	#header .dropdown-menu{
		position: fixed;
		top: 30px;
		right: 0;
		width: 20%;
	       background:#fff;
	}
	.hamburger-icon button{
		    right: 60px;

	}
	video {
		width: 27% !important;
		display: block !important;
		margin: 0 auto !important;
		position: relative !important;
	       top: 90px;
	}
.navbar {

    min-height: 20px !important;
    margin-bottom: 10px !important;
}


}


@font-face {
    font-family: 'PT Serif', serif;
    font-family: 'Gentium Book Basic', serif;
    font-family: 'Cinzel', serif;
}

.span { font-family: 'Sanford'; } .it { font-style: italic; } .bo { font-weight: bold; }

h1{
      font-size: 2.4em;
      font-family: 'Nunito Sans', sans-serif;
      margin-bottom: 15px;
      font-weight: bold;
}
h2{
      font-size: 2.4em;
      font-family: 'Nunito Sans', sans-serif;
      margin-bottom: 15px;

}
h3{
      font-size: 1.6em;
      margin-bottom: 0px;
      font-family: 'Nunito Sans', sans-serif;
      font-weight: 600;
}
h4{
      font-size: 1.4em;
      margin-bottom: 15px;

}

h6{
      font-size: 1.05em;
      font-weight: 600;
      letter-spacing: 0.02em;
      font-family: 'Nunito Sans', sans-serif;
}

p {
    line-height: 1.9;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 450;

}

italic{
      font-style:italic;
      font-family: 'pt_sansregular';
      src: url('pts55f-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
}
.product .img-responsive {

    width: 100%;
    height: auto;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}


.fa-icon:before
{
    font-family: 'EntypoRegular';
    content: 'a';
    font-size: 5em !important;
}

.container {
  margin: 0 auto;
  max-width: 800px;
}

@media only screen and ( max-width:700px ) {
    .not_relevant {
        display: none;
    }
}
@media (min-width: 1200px) {
  .container {
    width: 800px;
  }

@media (min-width: 992px) {
  .container {
    width: 800px;
  }

@media (min-width: 768px) {
  .container {
    width: 800px;
  }


.text-center {
    text-align: center;
}
.editContent{
      font-family: "Nunito Sans", Arial, sans-serif;
      font-size: 18.1px;
      line-height: 1.42857143;
      color: #000;
}

body {
    font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
}
    #fa-colorD {
    color: #009cdb;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 2.5em;
    font-weight: bold;
    list-style: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px;
    line-height: 1.9;
    vertical-align: top;
    border-top: 0px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: white;
}
.table {
    margin-bottom: 0;
}

div.table {
	display: table;
	border-collapse: collapse;
}

div.tr {
	display: table-row;
}

div.td {
	display: table-cell;
	border: none;
	padding: 5px;
}


}
br {
    margin: 0 0 5px;
}

    #fa-colorR {
    color: #009cdb;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 2.5em;
    font-weight: bold;
    padding-left: 2%;
    list-style: none;

}


#fa-colorL {
    color: #f49c37;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 2.5em;
    font-weight: bold;
    margin-right: 10px;
}

#faR{
    text-align: right;
   vertical-align:bottom;
}


/* Auto zeilenumbruch */
p {
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;
}

strong {
	letter-spacing: 0.05em;
}

.embed-responsive .embed-responsive-item,  .embed-responsive embed {
    top: 50px !important;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
