input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: Roboto, sans-serif;
}
textarea {
  outline: none !important;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  resize: none;
  box-shadow: none;
}
button,
input {
  font-family: Roboto, sans-serif;
}
button,
input[type="submit"] {
  cursor: pointer;
  font-family: Roboto, sans-serif;
}
a {
  text-decoration: none;
}
.inside {
  width: 1180px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.contain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nowrap {
  flex-wrap: nowrap;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-l {
  justify-content: flex-start;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-b {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
a {
  color: inherit;
}
.top-line {
  background: #297c96;
  color: #fff;
  padding: 12px 0;
  transition: all 0.3s ease 0s;
}
.header.fixed .top-line {
  padding: 6px 0; 
  transition: all 0.3s ease 0s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.header.fixed {
  
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  z-index: 10;
}
.header .logo {
  margin-top: -20px;
}
.wow {
  visibility: hidden;
}
.header .info {
  padding: 10px;
  margin-top: -4px;
  color: #fff;
  background: #e3af27;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.header .info p:first-child {
  border-bottom: 1px solid #fff;
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  letter-spacing: 1.7px;
  font-weight: 300;
}
.header .info p a {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 1px;
}
body {
  padding-top: 100px;
}
.main {
  padding-top: 210px;
  padding-bottom: 284px;
  background: url(../images/poster.png) no-repeat center;
}
.main h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.4;
  color: #297c96;
  margin-bottom: 27px;
}
.main h2 {
  font-size: 27px;
  font-weight: 600;
  color: #666666;
}
.about {
  padding-top: 60px;
}
.about h3 {
  margin-bottom: 28px;
  color: #e3af27;
  font-weight: 800;
  font-size: 50px;
  letter-spacing: -0.3px;
}
.about .left {
  width: 700px;
  max-width: 100%;
  font-size: 18px;
  color: #474747;
  line-height: 1.65;
  font-weight: 300;
}
.about .left p {
  margin-bottom: 32px;
  letter-spacing: 0.1px;
}
.about .button-left {
  margin-top: 40px;
}
.about .button-left a {
  background: #297c96;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  padding: 17px 32px 17px 22px;
  position: relative;
  display: inline-block;
}
.about .button-left a:after {
  position: absolute;
  content: "";
  right: -80px;
  top: 0;
  height: 100%;
  background: #e3af27 url(../images/circle_right.svg) no-repeat center;
  width: 80px;
}
.about .form {
  width: 360px;
  box-sizing: border-box;
  margin-right: 18px;
  max-width: 100%;
  background: #297c96;
  padding: 32px 20px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.about .form .field {
  margin-bottom: 12px;
}
.about .form .field input {
  width: 100%;
  background: #fff;
  border: none;
  height: 36px;
  padding-left: 10px;
  box-sizing: border-box;
}
.about .form .field.error input {
  background: #fde0e0
}
.about .form .button {
  margin-bottom: 14px;
  padding-top: 8px;
}
.about .form .button button {
  height: 52px;
  border: none;
  background: #e3af27;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.about .form .button button:hover {
  background: #fff;
  color: #297c96;
  transition: all 0.3s ease 0s;
}
.about .form .agree {
  font-size: 16px;
  font-weight: 100;
}
.about .form .agree label {
  position: relative;
}
.about .form .agree label input {
  vertical-align: middle;
}
.about .form .agree span {
  /*width: 12px;
        height: 12px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;*/
}
.about .form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
}
.list {
  padding-top: 60px;
}
.list .row {
  padding: 52px 0;
}
.list .row .icon {
  width: 86px;
}
.list .row .desc {
  width: 1060px;
  font-size: 18px;
  color: #646464;
  line-height: 1.5;
}
.list .row .desc h3 {
  color: #297c96;
  font-weight: 800;
  margin-bottom: 2px;
  font-size: 22px;
}
.list .row.row-1,
.list .row.row-3 {
  background: rgba(41, 124, 150, 0.05);
}
.footer {
  background: #124859;
  color: #fff;
  font-size: 18px;
  padding: 50px 0;
  font-weight: 300;
  letter-spacing: 1px;
}
.footer li {
  margin: 0 6px;
}
.footer li a {
  text-decoration: underline;
  transition: all 0.3s;
}
.footer li a:hover {
  transition: all 0.3s;
  color: #e3af27
}
.footer span {
  width: 6px;
  height: 6px;
  background: #fff;
  display: block;
  border-radius: 6px;
}
.categories {
  padding-bottom: 50px;
  overflow: hidden;
  padding-top: 30px;
  margin-top: -30px;
}
.categories .columns .column:hover {
  transition: all 0.3s ease 0s;
  transform: scale(1.05);
}
.categories .columns .column {
  background: #297c96;
  margin-right: 30px;
  color: #fff;
  border-radius: 10px;
  padding: 40px 38px 24px;
  box-shadow: -10px -10px 15px rgba(0, 0, 0, 0.15), inset 0px 0px 30px rgba(255, 255, 255, 0.2);
  width: 356px;
  font-size: 18px;
  font-weight: 100;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}
.categories .columns .column .icon {
  margin-bottom: 24px;
}
.categories .columns .column p {
  line-height: 1.7;
  letter-spacing: 0.2px;
}
.categories .columns .column h3 {
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
}
.categories .columns .column h3:after {
  position: absolute;
  content: "";
  left: 0;
  width: 82px;
  height: 3px;
  background: #e3af27;
  bottom: -11px;
}
.categories .yellow-line {
  background: #e3af27;
  padding: 30px;
  position: relative;
  width: 380px;
  box-sizing: border-box;
}
.categories .yellow-line:after {
  position: absolute;
  height: 100%;
  background: #e3af27;
  right: -376px;
  width: 376px;
  content: "";
  top: 0;
}
.categories .yellow-line h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.categories .yellow-line .button a {
  color: #fff;
  background: #297c96;
  border: 2px solid #297c96;
  font-size: 26px;
  padding: 16px 22px;
  display: block;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.categories .yellow-line .button a:hover {
  background: transparent;
  color: #297c96;
  transition: all 0.3s ease 0s;
}
#thanks {
  padding: 30px;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  width: 340px;
  font-size: 18px;
  line-height: 1.4;
}
#thanks .strong {
  font-weight: 900;
  font-size: 22px
}
.impressum p {
  font-size: 16px;
  margin-bottom: 10px;
}
.impressum h1 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 900
}
.impressum h2 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.impressum {
  line-height: 1.4;
  padding-bottom: 60px;
}
.impressum h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 30px;
}
.impressum ul {
  margin-bottom: 20px;
}
.impressum ul li {
  margin-bottom: 6px;
  list-style-type: disc;
  list-style-position: inside;
}



