@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "Open Sans Semibold";
  src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "ETmodules";
  src: url("../fonts/ETmodules/modules.woff") format("woff"), url("../fonts/ETmodules/modules.ttf") format("truetype");
  font-display: swap; }

* {
  /* border: 1px solid black; */
  box-sizing: border-box; }

body {
  color: #666;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  /* font-weight: 500; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
  width: 100%;
  max-width: 100%;
  margin: 0; }

  body a {
    cursor: pointer;
    color: #650f2d; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #66102e; }

h1 {
  font-size: 30px;
  margin-top: 0; }

strong {
  font-weight: bold; }

.seiten_farbe {
  color: #66102e; }

.order-button {
  text-decoration-line: underline;
  cursor: pointer;
  color: #66102e; }

#page_container {
  width: 100%; }

#top_header {
  position: fixed;
  width: 100%;
  height: 110px;
  z-index: 1;
  background-color: #fff; }

.et-animated-content {
  -webkit-transition: height .4s ease-in-out;
  -moz-transition: height .4s ease-in-out;
  transition: height .4s ease-in-out; }

#menu_container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin: auto; }

#logo_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 80%;
  max-width: 1080px;
  height: 100%;
  margin: auto; }

#firm_logo {
  float: left;
  width: 88px;
  height: 88px;
  background-image: url(../images/aus_wetransfer-ea8e00/logos/Logo_Glas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-in-out; }

#top_nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 23px 0 23px 180px; 
  font-family: "Open Sans Bold"
}

#responsive_nav {
  display: none;
  width: 0px;
  z-index: 1; }

.flex_item {
  /* border: 1px solid #390; */
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  /* width: 13%; */
  text-align: right; }

.flex_item a {
  text-decoration: none;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.6s; }

.flex_item a.active {
  color: #66102e; }

.flex_item a:hover {
  color: rgba(0, 0, 0, 0.2); }

.flex_item a.active:hover {
  color: rgba(101, 15, 45, 0.4); }

#hamburger {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #66102e;
 }
  
 
#hamburger:before {
    position: relative;
    top: 0;
    left: 0;
	font-family: ETmodules!important;
    position: relative;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
}

#main_area {
  background-color: #66102e;
  position: relative;
  padding-top: 165px; }

.text_seite {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  background-color: #fff; }

.article_header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 0px 0 0 50%; }

.article_img_oben_rechts {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto; }

.article_img_oben_rechts img {
  width: 9.5vw;
  max-width: 118px; }

@media screen and (max-width: 1280px) {
  .article_img_oben_rechts {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; }
  .article_img_oben_rechts img {
    width: 8.5vw; }
  .text_seite {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    background-color: #fff; }
  .article_header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0px 0 0 52%; }
  a.color_link {
    cursor: pointer;
    color: #66102e; }
  .no_underline {
    text-decoration: none; }
  .et_pb_divider_0 {
    height: 23px;
    width: 100%;
    background-color: #66102e; } }

@media screen and (max-width: 980px) {
	
	#firm_logo {
	  width: 50px;
	  height: 50px;
	}
	
	#top_header {
	
	  height: 75px;
	   
	}

	
  #main_area {
    background-color: #66102e;
    position: relative; }
  #logo_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 90%;
    max-width: 1080px;
    height: 100%;
    margin: auto; }
  #top_nav {
    display: none; }
  #responsive_nav {
    position: fixed;
    top: 75px;
    right: 0px;
    display: block;
    width: 0px;
    height: 100vh;
    min-height: 100vh;
    overflow-x: hidden;
    transition: width 0.5s ease-in-out;
    background-color: #66102e; }
  #responsive_nav ul {
    height: 100vh;
    list-style-type: none;
    padding-right: 40px; }
  #responsive_nav li {
    display: block; }
  #responsive_nav li a {
    display: block;
    float: left;
    color: #ffffff !important;
    width: 100% !important;
    text-align: left;
    text-decoration: none;
    margin: 5px;
    transition: 0.2s;
    font-weight: bold;
    padding: 10px 5%;
    border-bottom: 1px solid #ffffff; }
  #responsive_nav li a.active {
    background-color: rgba(255, 255, 255, 0.1); }
  #responsive_nav li a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7; }
  #nav_close_button {
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 2; }
  #nav_close_button::before {
    content: "\4d";
    color: #ffffff !important;
    z-index: 3; }
  .flex_item {
    flex: 0 1 auto;
    width: 100%;
    height: 7%; }
  #hamburger {
    display: block; }
  .text_seite {
    width: 80%;
    margin: auto;
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    background-color: #fff; }
  .article_header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 100%;
    padding: 0 0 0 0; }
  .article_header .article_img_oben_rechts {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width: 28%;
    margin: 0 0 0 0; }
  .article_img_oben_rechts img {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  #main_area {
    background-color: #66102e;
    position: relative;
    padding-top: 165px; }
  .text_seite {
    width: calc(98% - 30px);
    margin: auto;
    padding: 45px 3vw 45px 3vw;
    background-color: #fff; }
  .article_header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    width: 100%;
    padding-left: 0; }
  .article_header .article_img_oben_rechts {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width: 24%;
    margin: 0 0 0 3%; }
  .article_header .article_img_oben_rechts img {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .article_header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding-left: 0; }
  .article_header .article_img_oben_rechts {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width: 29%;
    margin: 0 0 0 0; } }
