html{
  font-size:100%;
  box-sizing: border-box;
}

body{
  background-color: #1a1a1a;
  color:#1a1a1a;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;  
  line-height:1.6em;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: left;
  font-size:1.0rem;
}

p span {
  display: block;
}

a {
  text-decoration: none;
  color: #3e56cf;
}

a:hover{
  color: black;
}

h1 {
overflow-wrap: break-word;
word-wrap: break-word;
font-size:2.5rem;
line-height: 2.0rem;
}

h2 {
overflow-wrap: break-word;
word-wrap: break-word;
font-size:2.0rem;
line-height: 2.0rem;
}

.container-0{
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 45px auto 30px auto;
}
.showcase{
  background-image: url('cut-1-convert.jpg');
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

.container-1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;  
  justify-content: flex-start;
  padding: 30px 0px;
}

.navbar{
  order: 1;
  color: #f2f2f2;
  text-decoration: none;
  font-size: 20px;
  list-style: none;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.navbar li{
  display: inline-block;
  background-color:#333;
  padding: 20px 0px;
  }

.navbar a {
  color: #f2f2f2;
  padding: 25px 22px;
  text-decoration: none;
}

.navbar a:hover{
  background-color: #ddd;
  color: black;
}

.navbar li a{
  transition: all 0.3s ease 0s;
}

.navbar li a:hover {
  transition: all 0.3s ease 0s;
}

.dropdown{
  display: none;
}

.dropdown-content{
  display: none;
}

.logo{
  order: 2;
  margin-left: auto;
  padding-top: 2;
  cursor: pointer;
  border-radius: 9px;
  width: 64px;
  height: 64px;
}

.logo_link{
  order: 2;
  margin-left: auto;
  margin-right: 27px;
  padding: 13px 13px 4px 13px;
}

.logo_link:hover{
  background-color: #ddd;
  transition: all 0.3s ease 0s;
}

.container-2{
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 3;
  padding: 150px 0px 80px 0px;
}

.heading-1{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 5rem;
  line-height: 100%;
  margin: 0px;
  word-break: break-word;
}

.heading-2{
  word-break: break-all;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 5rem;
  margin-top: 100px;  
  line-height: 100%;
  word-break: break-word;
}

.container-3{
  width: 100%;
  display: flex;
  margin: 45px auto 0px auto;
  background-color: white;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 30px 0px;
}

.container-4{
  margin: 10px ;
  background-color: #d9d9d9;
  width: 40%;
  padding: 30px;
}

.container-5{
  background-color: #d9d9d9;
  margin: 10px 45px;
  padding: 30px;
}

.container-6{
  background-color: #d9d9d9;
  margin: 10px 10px;
  padding: 30px;
  width: 25%;  
}

.container-7{
  background-color: #d9d9d9;
  margin: 10px 10px;
  padding: 30px;
  width: 60%;
}

.container-8{
  margin: 10px ;
  background-color: #d9d9d9;
  width: 20%;
  padding: 30px;
}

.break {
  width: 100%;
  height: 0px;
}

.footer{
  width: 95%;
  color: #d9d9d9;
  margin:  30px auto 0px auto;
}

.mySlides {display:none;}
.mySlidesModal{display: none;}

.button-con-gal{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
  margin-top: 15px;
  padding: 0px;
}

.gallery-btn-1{
  background-color: #333;
  color: #f2f2f2;
  border: none;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.container-5 .gallery-btn-1:hover {
  background-color: #f2f2f2;
  color: #333;
}

.button-1{
  border: none;
  color: #f2f2f2;
  background-color:#333;
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  padding: 8px 8px;  
  cursor: pointer;
  border-radius: 5px;
}

.button-2{
  border: none;
  color: #f2f2f2;
  background-color:#333;
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  padding: 8px 10px;  
  cursor: pointer;
  border-radius: 5px;
}

.button-1:hover{
  background-color: #f2f2f2;
  color: #333;
}

.button-2:hover{
  background-color: #f2f2f2;
  color: #333;
}

.sort-in{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-image{
  float: left;
  padding-right:30px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.modal-content img {
  display: block;
  width: 100vw;
  height: 87.5vh;
  object-fit: cover;
}

.modal-btn{
  display: flex;
  margin: 10px;
}

.gallery-btn-modal{
  background-color: #333;
  color: #f2f2f2;
  border: none;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  cursor: pointer;
  border-radius: 5px;
}


.gallery-btn-1:hover{
  background-color: #f2f2f2;
  color: #333;
}

.gallery-btn-modal:hover{
  background-color: #f2f2f2;
  color: #333;
}


@media only screen and (max-width: 1280px) {

  .container-0{
    width: 100%;
    margin: 0px;
  }

  .container-1{
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    overflow-wrap: all;
    justify-content: flex-start;
  }

  .showcase{
    background-image: url('mobile.jpg');
    width: 100%;
  }

  .navbar{
    display: none;
  }

  .navbar li{
    display: none;
  }

  .navbar a {
    display: none;
  }

  .container-2{
    order: 2;
    margin: 20px auto;
    padding: 0px;
    justify-content: flex-start;
  }

  .heading-1{
    padding-right: 0px 20px;
    margin-top: 10px;
    font-size: 3.5rem;
  }

  .heading-2{
    padding: 0px;
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 3.5rem;
  }

  .dropdown{
    position: relative;
    display: inline-block;
  }

  .button{
    width: 150px;
    border: none;
    color: #f2f2f2;
    background-color:#333;
    font-size: 1rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-left: 30px;
    padding: 16px 20px;  
    cursor: pointer;
  }

  .dropdown-content{
    display: none;
    position: absolute;
    background-color: #333;
    width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 1rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-left: 30px;
    list-style: none;
  }
  .dropdown:hover .dropdown-content{
    display: block;
  }

  .dropdown-content ul{
    list-style-type: none;
    margin: 0px;
    padding: 10px;

  }

  .dropdown-content ul li{
    padding: 10px;
  }

  .dropdown-content a{
    text-decoration: none;
    color: #f2f2f2;
  }

  .dropdown-content a:hover{
    background-color: #ddd;
    color: black;
    padding: 0px 10px;
  }

  .logo_link{
    margin-top: 2px;
    margin-right: 15px;
  }
  .container-3{
    width: 100%;
    padding: 30px 0px;
  }

  .container-4{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    margin: 15px 0px;
  }

  .container-5{
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;  
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
    padding: 15px;
  }

  .container-6{
    margin: 15px 0px;
    padding: 15px;    
    width: 100%;
  }

  .container-7{
    margin: 15px 0px;
    padding: 15px;
    width: 100%;
  }

  .container-8{
    margin: 15px 0px;
    padding: 15px;
    width: 100%;
  }

  .con-vid{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .header-image{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  #termin-1{
    order: 1;
  }

  #termin-2{
    order: 3;
  }

  #termin-3{
    order: 2;
  }

  #termin-4{
    order: 4;
  }

  .modal-content{
  width: 100%;
  }
}


@media only screen and (min-width: 1920px) {

  .container-0{
    width: 70%;
    margin-top: 45px;
  }
}

@media only screen and (min-width: 2560px) {
  .container-0{
    width: 50%;
  }
}