@font-face {
  font-family:Lunchtype;
  src: url("lunchtype22-light-webfont.woff") format("woff");
  font-weight:200;
  font-style:normal;
}

@font-face {
  font-family:"Lunchtype";
  src: url("lunchtype22-regular-webfont.woff") format("woff");
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family:"Lunchtype";
  src: url("lunchtype22-medium-webfont.woff") format("woff");
  font-weight:600;
  font-style:normal;
}

P {
  font-family:Lunchtype,sans-serif;
  font-style:normal;
  font-weight:200;
  text-decoration:none;
  text-align:left;
  font-size:20px;
  color:#666666;
}

H1 {
  font-family:Lunchtype,sans-serif;
  font-style:normal;
  font-weight:600;
  text-decoration:none;
  text-align:left;
  font-size:32px;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
}

H2 {
  font-family:Lunchtype,sans-serif;
  font-style:normal;
  font-weight:400;
  text-decoration:none;
  text-align:left;
  font-size:28px;
  margin-top:10px;
  margin-bottom:10px;
  color:#be1a50;
}

H3 {
  font-family:Lunchtype,sans-serif;
  font-style:normal;
  font-weight:400;
  text-decoration:none;
  font-size:28px;
  margin:auto;
  color:#666666;
}

ul {
  list-style-type:square;
  padding-left:1em;
  font-family:Lunchtype,sans-serif;
  font-style:normal;
  font-weight:200;
  text-decoration:none;
  text-align:left;
  font-size:18px;
  color:#666666;
}

A:link {
  font-family:Lunchtype,sans-serif;
  text-decoration:none;
  font-weight:400;
  color:#be1a50;
}

A:visited {
  font-family:Lunchtype,sans-serif;
  text-decoration:none;
  color:#be1a50;
}

A:active {
  font-family:Lunchtype,sans-serif;
  text-decoration:none;
  color:#be1a50;
}

A:hover {
  font-family:Lunchtype,sans-serif;
  text-decoration:none;
  color:#7f7f7f;
}

body {
  margin:0px;
  height:100%;
  background-color:white;
}

html {
  margin:0px;
  height:100%;
}

#container {
  width:1000px;
  margin: auto;
  /*background-color:white;*/
}

#logo {
  max-width:1000px;
  margin-top: 40px;
  margin-bottom:30px;
}

.pic_center {
  max-width:736px;
  max-height:129px;
  width:80%;
  height:80%;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  display: block;
}

.pic_dyn {
  max-width:400px;
  max-height:571px;
  width:80%;
  height:80%;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  display: block;
}

#animation {
  width:1000px;
  height:auto;
  background-color:#ffffff;
  float:left;
}

#banner_int {
  width:940px;
  height:2px;
  background-color:#b8b8b8;
  margin:auto;
}

#banner_item {
  width:200px;
  height:2px;
  background-color:#b8b8b8;
  margin:auto;
}

#picture {
  width:100%;
}

.picture_item {
  width:200px;
}

#picture_u {
  display:none;
  width:100%;
}

.picture {
  width:100%;
  height:auto;
  margin:auto;
}

#content {
  height:auto;
  padding:30px;
  /*background-color:white;*/
  float:left;
}

#content_history {
  width:940px;
  height:auto;
  padding:0px 30px 0px 30px;
  /*background-color:white;*/
  float:left;
  border-style:dotted;
  border-width:0px 0px 0px 5px;
  border-color:#333333;
}

.column-1 {
  float: left;
  width: 50%;
  height: auto;
}

#item {
  width:200px;
  margin:auto;
  padding-left:150px;
  padding-right:100px;
  padding-bottom:20px;
  text-align:center;
  float:left;
}

#map_large {
  display:inline;
  height:400px;
  width:940px;
}

#map_small {
  display:none;
  height:0px;
  width:0px;
}

#footer {          
  width: 100%;
}

#footer p {
  text-align: left;
  margin-left: 100px;
  color: #BE1A50;
}

.column {
  text-align: center;
  background-color: #EEE;
  float: left;
  width: 50%;
  height: 120px;
}

.topnav {
  overflow: hidden;
  background-color: #EEE;
}

.topnav a {
  float: left;
  display: block;
  color: #7f7f7f;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  color: #BE1A50;
}

.topnav a.active {
  color: #BE1A50;
}

.topnav .icon {
  display: none;
}

/*Hamburger*/

.burgerbox {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 24px;
  height: 2px;
  background-color: #666;
  margin: 6px 0;
  transition: 0.1s;
}

.change .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -8px) rotate(45deg);
}
/*Ende: Nav neu*/

/*Start: Dropdown Menu*/
.topnav {
  background-color: rgb(238, 238, 238);
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #7f7f7f;
  padding: 14px 16px;
  background-color: inherit;
  font-family: Lunchtype, sans-serif;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  min-width: 160px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #7f7f7f;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: Lunchtype, sans-serif;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/*Ende Dropdown Menue*/

#textblock h3 {
  margin-top: 10px;
}

/*Kontaktformular*/
label {
  color: #666;
  font-family: Lunchtype;
}
select {
  color: #666;
  font-family: Lunchtype;
}

option {
  color: #666;
  font-family: Lunchtype;
}
 
input[type=text], select, textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #be1a50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #de3a70;
}

.container {
  border-radius: 5px;
  background-color: #EEE;
  padding: 20px;
  margin-top: 10px;
} 
/*Kontaktformular Ende*/

/*Back-to-Top Button*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 32px; /* Place the button at the bottom of the page */
  right: 32px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #7f7f7f; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #be1a50; /* Add a dark-grey background on hover */
}


@media only screen and (max-width: 1024px) {

  P {
    font-size:14px;
  }

  .small {
    font-size:10px;
  }

  H1 {
    font-size:24px;
  } 

  H2 {
    font-size:18px;
    margin-top:10px;
    margin-bottom:10px;
  }

  H3 {
    font-size:18px;
    margin:auto;
  }

  ul {
    font-size:14px;
  }

  #container {
    width:100%;
  }

  #banner_int {
    width:100%;
  }

  #banner_item {
    width:50%;
  }

  #animation {
    display:none;
  }

  #picture {
    width:100%;
  }

  #picture_u {
    display:inherit;
  }

  .picture_item {
    width:50%;
  }

  #content {
    width:90%;
    height:auto;
    padding:5%;
  }

  #content_history {
    width:80%;
    height:auto;
    margin-left:10px;
  }
/* item ??? */  
  #item {
    width:200px;
    margin:auto;
    padding-left:150px;
    padding-right:100px;
    padding-bottom:20px;
    text-align:center;
    float:left;
  }

  #item {
    width:280px;
    height:auto;
    padding-left:5px;
    padding-right:5px;
  }

  #map_large {      
    height:400px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

/*Hamburger klappt ein*/
  .topnav {
    background-color: #eee;
  }

  .topnav a {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  /*Footer einklappen Start */
  .column {
    width: 100%; 
    height: auto; 
  }

  #footer p {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
  }
  /*Footer einklappen Ende*/

  .topnav a, .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .button.dropdown a {
    background-color: #FFF;
  }
}

@media screen and (max-width: 640px) {

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .column-1 {
    float: none;
    width: 100%;
  }

  .column-1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}