﻿@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  min-height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

#wrapper {
  color: #333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  max-width: 800px;
  margin: 12px auto;
  border: 1px solid #9EC2C0;
  padding: 0px;
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  font-weight: 300;
}

header {
  padding: 40px;
  background-color: #EDEDED;
}

header p {
  margin-top: 32px;
  margin-bottom: 0;
}

article {
  padding: 40px 40px 0px;
}

footer {
  margin: 0;
  padding: 0;
}

.info p:last-of-type {
  margin: 0;
}

figure {
  margin: 32px -40px;
}

p {
  margin: 0px 0px 16px;
}

h1 {
  margin: 16px 0px;
  font-size: 29px;
  line-height: 1.25;
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: #006c66;
  text-align: center;
}

h2 {
  margin: 16px 0px 5px;
  font-size: 16px;
  line-height: 20px;
  color: #006c66;
  font-family: "Merriweather", serif;
  font-weight: 400;
}

h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Merriweather", serif;
  font-weight: 400;
}

a {
  color: #006c66;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0 0 20px;
  list-style: none;
}

ul li {
  padding-left: 16px;
}

li:before {
  content: "\2022";
  color: #006c66;
  float: left;
  margin-top: 1px;
  font-size: 22px;
  text-indent: -16px;
  font-family: Arial, Helvetica, sans-serif;
}

.bg {
  background: #006D66 url(line.jpg) no-repeat;
  padding: 56px 258px 25px 40px;
  color: #fff;
  position: relative;
}

.bg a {
  color: #fff;
}

.clear {
  clear: both;
  margin: 0px;
  display: block;
  padding: 0px;
}

.btn {
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  display: block;
  width: 185px;
  height: 34px;
  text-align: center;
  padding-left: 50px;
  padding: 7px 0 3px;
  padding-left: 0px;
  padding-left: 0;
  top: 80px;
  font-family: "Merriweather", serif;
  position: absolute;
  right: 40px;
  text-decoration: underline;
  background-color: #005555;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.logofooter {
  background: #005555;
  background-size: 100%;
  padding: 24px 40px;
}

.position-icon{
  position: absolute;
  right: 38px;
  bottom: 24px;
}

@media all and (max-width:800px) {
  #wrapper {
    margin: 0;
    padding: 0;
    border: none;
  }

  br:not(.kontakt br) {
    display: none;
  }
}

@media all and (max-width:767px) {
  header {
    padding: 16px;
    background-color: #EDEDED;
  }

  header p {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .btn {
    right: 16px;
  }

  figure {
    margin: 16px -16px;
  }

  article {
    padding: 16px 16px 0;
  }

  .bg {
    padding: 56px 241px 16px 16px;
  }

  .logofooter {
    padding: 16px;
  }

  ul {
    margin: 0 0 16px;
  }

  h1 strong {
    font-size: 24px;
  }
}

@media all and (max-width:578px) {
  .bg {
    padding: 48px 16px 16px;
  }

  .btn {
    margin-top: 16px;
    position: static;
    text-align: center;
  }

  .position-icon{
    position: static;
    width: 93px;
    display: block;
    margin: 15px auto 0;
  }

  article a ins {
    word-break: break-all;
  }
}