/*
Theme Name: Marco Müller Hausverwaltung
Description: Design für Marco Müller Hausverwaltung
Author: Florian Turobin | © 2019 arax.systems
Version: 1.0
*/

/*  --------------------------------------
  Reset
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

a { text-decoration: none; }

@font-face { font-family: 'gillsans';
             src: url('../font/GILLSANS.TTF') format('truetype'); }

@font-face { font-family: 'gillsans-bold';
             src: url('../font/GILLSANS_BOLD.TTF') format('truetype'); }


/**
 * Allgemein
 */
body {
  background: #ffffff;
  font-size: 19px;
  color: #004890;
  font-weight: 400;
  font-family: 'gillsans', sans-serif;
}
.clear {
  clear: both;
}

/* Font Styles */
h1, h1 a {
  font-family: 'gillsans', sans-serif;
  font-size: 35px;
  color: #6C1D45 !important;
  font-weight: 400;
  padding: 20px 0;
  text-align: left;
  text-decoration: none !important;
}
h1 a:hover {
  text-decoration: underline !important;
}
h1.margin {
  padding-bottom: 50px;
}
h2, h2 a {
  font-family: 'gillsans-bold', sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: black !important;
	padding-top: 35px;
  padding: 20px 0;
  text-decoration: none !important;
	line-height: 1.7;
}
h2 a:hover {
  text-decoration: underline !important;
}

h3 {
  font-size: 21px;
  font-family: 'gillsans-bold', sans-serif;
  padding: 10px 0;
  color: #6C1D45;
	line-height: 1.7;
}
h3 a {
  color: black !important;
  text-decoration: none !important;
}
strong {
  color: #6C1D45;
}
hr {
  border: 0;
  height: 1px;
  background: #e2e2e2;
}

p {
  line-height: 1.7;
  font-size: 21px;
  font-family: 'gillsans', sans-serif;
  color: #000;
  padding: 15px 0;
}
p.text_right {
  text-align: right;
}
p.bold {
  font-weight: bold;
}
a {
  color: black;
  text-decoration: none;
}
::selection {
  color: white;
  background: #6C1D45;
}
::-moz-selection {
  color: white;
  background: #6C1D45;
}
b, strong {
  font-weight: bold;
}
span.italic, em, i {
  font-style: italic;
}

table {
  width: 100%;
}


/**
 * Bilderausrichtung
 */

img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
img.alignleft {
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}

/**
 * Aufzählungen
 */

ul,
ol {
  margin-left: 30px;
}
ul li {
  list-style: disc;
  line-height: 2;
}
ol li {
  list-style: decimal;
  line-height: 2;
}

/**
 * Headerbereich
 */
#header_container {
  width: 100%;
}
#logo {
  width: 419px;
  height: 130px;
  float: left;
  margin-top: 18px;
  background: url('../img/logo_grau.jpg');
  background-size: 419px 130px;
}

/**
 * Navigation
 */
#navigation_right {
  float: right;
  text-align: right;
  margin-top: 90px;
}
#navigation_right a {
  color: #6C1D45;
  text-decoration: none;
  font-size: 15px;
  text-align: right;
}
#navigation_right a:hover {
  text-decoration: underline;
}

/**
 * Teaser
 */
#teaser_section {
  margin-top: 15px;
}
#teaser_img {
  width: 70%;
  float: left;
  background: url('../img/teaser.jpg');
  background-size: cover;
  border: 2px solid #6C1D45;
  height: 300px;
  box-sizing: border-box;
}
#teaser_right {
  width: 28%;
  height: 300px;
  float: right;
  background: url('../img/teaser_right.jpg');
  padding: 15px;
  box-sizing: border-box;
  color: white; /*#B68EA2*/
  line-height: 1.3;
  font-size: 22px;
}

/**
 * Leistungen
 */
.leistungsbox_container {
  display: flex;
}
.leistungsbox {
  background: #F2E6EC;
  width: 32%;
  margin-right: 2%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  flex: 1;
}
.leistungsbox:nth-child(3) {
  margin-right: 0;
}
.leistungs_titel {
  color: #6C1D45;
  font-size: 30px;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 12px;
}
.leistungsbox ul {
  margin-left: 18px;
  margin-top: 10px;
}
.leistungsbox ul li {
  line-height: 1.3;
  color: #6C1D45;
  padding-bottom: 5px;
}

.leistungsbox ul, .leistungsbox ul li {
  list-style: none!important;
}

.leistungsbox ul li::before {
  content: "\2022";
  color: #B68EA2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.leistungsbox img {
  border: 2px solid #B68EA2;
  width: 100%;
}

/**
 * Kontakt
 */
#kontakt_container {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  background: #F2E6EC;
  color: #6C1D45;
  font-size: 21px;
}
#kontakt_content {
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 2%;
}
.kontakt_left {
  float: left;
  width: 50%;
}
.kontakt_left p {
  color: #6C1D45;
}
.kontakt_right {
  float: right;
  width: 50%;
}
#kontakt_content a {
  color: #6C1D45;
}
#kontakt_content a:hover {
  text-decoration: underline;
}

/**
 * Footer
 */

#footer_container {
  background: #6C1D45;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  color: white;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
}
#footer_container a {
  color: white;
}
#footer_container a:hover {
  text-decoration: underline;
}

/**
 * Content Allgemein
 */
.content_container {
  padding: 50px 0;
}

#website_container {
  width: 980px;
  max-width: 96%;
  margin: 0 auto;
  background: #f8f8f8;
  padding: 0 2%;
  box-sizing: border-box;
}


form {
  width: 100%;
  margin-top: 20px;
}
input[type="text"], textarea {
  padding: 7px 15px;
  background: white;
  border: 1px solid #6C1D45;
  line-height: 1.7;
  font-size: 14px;
  font-family: 'gillsans', sans-serif;
  float: left;
  box-sizing: border-box;
  width: 47%;
  margin-right: 3%;
  margin-bottom: 10px;
  outline: 0;
}
textarea {
  width: 97%;
}
input[type="submit"], input[type="reset"] {
  padding: 7px 15px;
  background: #6C1D45;
  border: 1px solid #6C1D45;
  line-height: 1.7;
  font-size: 14px;
  color: white;
  font-family: 'gillsans', sans-serif;
  cursor: pointer;
  float: left;
  margin: 0;
}
input[type="reset"] {
  padding: 7px 15px;
  background: #F2E6EC;
  border: 1px solid #6C1D45;
  margin-left: 10px;
  color: #6C1D45;
}
input[type="submit"]:hover {
  background: #F2E6EC;
  color: #6C1D45;
}


/**
 * Responsive
 */
@media screen and (max-width: 1000px) {
  #website_container {
    width: 100%;
  }
  #website_container {
    width: 90%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 950px) {
  .leistungsbox_container {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .leistungsbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  #teaser_img {
    width: 100%;
  }
  #teaser_right {
    width: 100%;
    float: left;
    height: 200px;
    background-position: bottom;
    margin-top: 20px;
  }
  #kontakt_content {
    width: 90%;
  }
}
.break_responsive {
  display: none;
}
.break_not_responsive {
  display: block;
  clear: both;
}
.only_resp {
  display: none;
}
@media screen and (max-width: 610px) {
  #logo {
    width: 100%;
    background-size: 100%;
    height: 100px;
    display: block;
    margin: 20px auto;
    background-repeat: no-repeat;
  }
  #navigation_right {
    margin-top: 0;
    text-align: center;
    float: none;
  }
  #navigation_right a {
    text-align: center;
  }
  .break_not_responsive {
    display: none;
  }
  .only_resp {
    display: inline;
    color: #6C1D45;
    font-size: 12px;
  }

}
@media screen and (max-width: 570px) {
  .kontakt_left, .kontakt_right {
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
  input[type="text"], input[type="submit"], input[type="reset"], textarea {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 695px) {
  .break_responsive {
    display: block;
    clear: both;
    padding-bottom: 10px;
  }
}