* {
	margin: 0;
	padding: 0;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
small,
strong,
ol,
ul,
li,
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Verdana, Arial, sans-serif;
  color:#002642;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::selection {
    background:#79BB43;
    color: #fff;
}

::-moz-selection {
    background:#79BB43
     color: #fff;
}

.deselect ::selection {
    background: transparent;
    color: inherit;
}
.deselect ::-moz-selection {
    background: transparent;
    color: inherit;
}
.deselect {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

h1 {
    font-size: 50px;
    font-weight: 400;
    color: #79BB43;
}
h2 {
    font-size: 36px;
    color: #79BB43;
}
h3 {
    font-size: 18px;
    line-height: 22px;
}
p {
    font-size: 16px;
    line-height: 26px;
}
a:hover {
    text-decoration: none;
}
strong {
    font-weight: 700;
    color: #79BB43;
}
.button a {
    padding: 10px 30px;
    color: #fff;
    background: #002642;
    font-weight: 700;
}
ul li {
    padding: 15px 0 15px 30px;
    position: relative;
}
ul li:before {
    content: "";
    background-image: url(../images/list.svg);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.container-big {
    width: 80%;
    margin:0 auto;
}
section{
    padding: 60px 0 80px 0;
}

/*--header--*/

header {
    background-image: url(../images/etamio-header.jpg);
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    padding: 50px 0;
}
header h1 {
    text-transform: uppercase;
    font-weight: 700;
}
.header-datenschutz {
    height: 520px;
}
.header-txt {
    width: 45%;
    padding: 125px 0;
}
.header-txt h1 {
    padding-bottom: 30px;
}
header .button {
    margin-top: 60px;
}
.logo-mobile {
    display: none;
}
/*--content---*/

.intro {
    background: #f2f2f2;
}
.intro .row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    /* -webkit-flex-wrap: wrap; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
}
.intro .col-md-4 {
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
}
.intro-box {
    background: #fff;
    padding: 5px 50px;
    margin-top: 150px;
}
.intro-icon img {
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: -60px;
}
.intro-box p {
    padding: 50px 0;
}
.content-banner {
    background: url("../images/etamio-banner.jpg");
    height: 420px;
    background-size: cover;
    background-position: center;
}
.content-tile {
    margin-top: -250px;
    padding-bottom: 0;
}
.content-tile .image-1 {
    background-image: url(../images/etamio-datenschutzpaket-1.jpg);
    background-size: cover;
    height: 400px;
    background-position: center;
}
.content-tile .image-2 {
    background-image: url(../images/etamio-datenschutzpaket-2.jpg);
    background-size: cover;
    height: 400px;
    background-position: center;
}
.content-tile .row{
    background: #f2f2f2;
}
.content-tile .list {
    padding:60px 30px;
}

/*-formular-*/

.form-control {
    border: unset;
    border-radius: 0%;
    box-shadow: none;
    border-bottom: 2px solid #79BB43;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
}
form {
    min-height: 100px;
}
form .row {
    padding: 15px 0;
}
label {
    font-weight: 500;
}
.formular p {
    padding: 15px 0;
}
.textarea {
    padding-top: 50px;
}
.form-control:focus {
    outline: none;
    box-shadow:none !important;
    border-bottom: 2px solid #002642;
}
.btn {
    color: #fff;
    background: #002642;
    border-radius: 0%;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 700;
}
.btn:hover {
    color: #fff;
}
.text-mail-send {
    font-size: 16px;
    font-weight: 700;
    color: #79BB43;
    line-height: 28px;
}

/*----CHECKBOX----*/

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  label {
    margin-bottom: 10px;
  }
  .formular .button {
      margin-top: 30px;
  }
  .checkbox a {
      color: #002642;
      font-weight: 700;
  }
  [type="checkbox"]:not(:checked)+label:before, [type="checkbox"]:not(:checked)+label:after {
    border: 2px solid #79BB43;
  }
  [type="checkbox"]:not(:checked)+label, [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 300;
    user-select: none;
    font-size: 16px;
  }
  [type="checkbox"]+label:before, [type="checkbox"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 20px;
    height: 20px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
  }
  
  [type="checkbox"]:checked+label:after, [type="checkbox"].with-gap:checked+label:before, [type="checkbox"].with-gap:checked+label:after {
    border: 2px solid #79BB43;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    width: 12px;
    height: 22px;
    top:-3px;
    transform: rotate(40deg);
    transform-origin: 100% 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
    -webkit-transform: rotate(40deg);
    -webkit-transform-origin:100% 100%;
  }

/*---Kontakt----*/

.contact {
    background: #f2f2f2;
}
#gmeg_map_canvas {
    width: 100%!important;
    height: 400px!important;
}
.no-list-style li {
    padding: 5px 0;
}
.no-list-style li:before {
    display: none;
}
.no-list-style {
    padding-top: 50px;
}
.contact p strong {
    color: #002642;
}
.contact a {
    color: #79BB43;
}
.tel-icon, .mail-icon {
    position: relative;
}
.tel-icon a, .mail-icon a{
    padding-left: 25px;
}
.contact a:hover {
    text-decoration: none;
}
.tel-icon:before {
    position: absolute;
    content: "";
    background-image: url(../images/tel-icon.svg);
    width: 18px;
    height: 22px;
    display: block!important;
    background-size: 18px;
}
.mail-icon:before {
    position: absolute;
    content: "";
    background-image: url(../images/mail-icon.svg);
    width: 18px;
    height: 22px;
    display: block!important;
    background-size: 18px;
    top: 10px;
}
.googlemaps {
    display: none;
}

/*--footer--*/

footer {
    background: #79BB43;
    padding: 40px 0;
}
footer img {
    width: 220px;
    height: auto;
}
.footer-txt p{
    text-align: right;
    color: #fff;
}
.footer-txt a{
    text-align: right;
    color: #fff;
}
/*--Responsive--*/

@media (max-width: 1200px) {
    .container-big {
        width: 85%;
    }
    .intro-box {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .image-1, .image-2 {
        width: 100%;
        height: 300px!important;
    }
    .content-tile .list {
        padding: 30px;
    }
    .no-list-style {
        padding: 30px 0;
    }
    form .row {
        padding: 0;
    }
    .form-group {
        margin-top: 45px;
        margin-bottom: 0;
    }
    .formular p {
        padding: 15px 0;
    }
    .checkbox {
        margin-top: 45px;
    }
    .intro .row {
        display: unset;
    }
    .intro .col-md-4 {
        display: unset;
    }
    .intro-box {
        padding: 0 30px;
       margin: 70px 0;
    }
    .intro-icon {
        position: relative;
        top: -60px;
    }
    .intro h2 {
        margin-bottom: 60px;
    }
    .intro-box p {
        padding: 0 0 50px 0;
    }
    .intro {
        padding: 60px 0 0 0;
    }
    header {
        position: relative;
        margin-top: 80px;
        height: 600px;
        background-position: center right;
    }
    .logo {
        width: 100%;
        position: absolute;
        background: #fff; 
        top: -80px;
        left: 0;
        padding: 20px 0;
    }
    .logo img {
        display: block;
        margin: 0 auto;
    }
    .header-txt {
        width: 100%;
        left: 0;
        padding: 20px 8%;
        bottom: 0;
        background: rgba(255,255,255,0.7);
        position: absolute;
    }
    .header-txt h1 {
        font-size: 42px;
    }
}
@media (max-width: 700px) {
    header {
        height: 500px;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    header {
        height: 400px;
    }
    .header-txt {
        width: 100%;
 /*       padding: 30px 0;*/
    }
    .logo {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
    .logo-mobile img {
        margin: 0 auto;
        display: block;
        padding: 20px 0px;
    }
    .content-banner {
        background: none;
        height: 380px;
    }
    header {
        margin-bottom: 150px;
        margin-top: 0;
    }
    .header-txt {
        bottom: -150px;
        background:#fff;
    }
}
@media (max-width: 400px) { 
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    ul li {
        font-size: 14px;
    }
    [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
        font-size: 14px;
    }
}