html {
  overflow-y: scroll;
  height: 100%;
  font-size: 17px;
  line-height: 26px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
  font-family: "marigny", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
  font-stretch: normal;
  color: #000;
  background-color: #f0e4d3;
  min-height: 100%;
  position: relative;
  text-align: center;
}

/* Anpassen Boxmodel */

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

*:before,
*:after{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}



:focus {
  outline: 0;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

.row .ce_text {
  padding: 0 20px;
}

.ce_youtube,.ce_vimeo,.iframe-container {
	position: relative;
	padding-bottom: 0;
	width: 100%;
	height: auto;
   }

.ce_youtube iframe,.ce_vimeo iframe {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100% !important;
	height: 100% !important;
   }
   
.iframe-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
   }

.mod_article [class*="ce_"], .mod_article [class*="mod_"] {
       margin-left: 0;
       margin-right: 0;
}

img
{
  display: block;
  vertical-align: bottom;
}

h1 {
  font-family: "marigny", sans-serif;
  font-weight: 700;
  font-style: normal;
}
