

body {
    position: relative;
    overflow-x: hidden;
}

body,html { height: 100%; }


/* Klassen fuer Image handling*/
img { border:0; }
.img-fav { width:16px; height:16px; }

.img-right {
  float: right;
  width: 300px;
  border: 3px solid #73AD21;
  padding: 10px;
}


iframe
{
  border: none;
  overflow: hidden;
  padding:0;
}


.center_element
{
  margin: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}






/*--------------- Abstand zwischen Rand und col-xs-12 veringern  ----------------*/
.col-xs-12
{
  position: relative;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 0px;
}


.full-page .content{ height: 800px; }

.full-page-alt #mCSB_1_container{
	width: 97% !important; /* override plugin property */
	min-width: 480px;
}

.full-page-alt #mCSB_1_scrollbar_vertical{
	position: fixed;
	margin-right: 30px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.full-page-alt #mCSB_1_scrollbar_horizontal{
	position: fixed;
	margin-bottom: 30px;
	margin-left: 16px;
	margin-right: 16px;
}

.full-page-alt .outer.content{ width: 960px; }

.full-page-alt .horizontal-images.content{
	height: 275px;
	width: 100%;
	margin: 20px auto 10px auto;
}

.full-page-alt .horizontal-images.content img{ height: 200px; }


/*
iPhone 5 portrait · width: 320px
iPhone 6 portrait · width: 375px
Android  portrait · width: 384px
iPhone 6 portrait · width: 414px
iPhone 5 landscape · width: 568px
Android  landscape · width: 600px
iPhone 6 landscape · width: 667px
iPhone 6 landscape · width: 736px
iPad portrait · width: 768px
iPad landscape · width: 1024px

<style>

\@media screen and (min-width: 374px) {
  #string:before { content:"A String 374";}
}

\@media screen and (min-width: 768px) {
  #string:before { content:"A String 768";}
}

\@media screen and (min-width: 1024px) {
  #string:before { content:"A String 1024";}
}
</style>

*/

@media (max-width: 415px)
{
  .hide_1 {display: none !important; }

}


@media (min-width: 416px) and (max-width: 768px)
{
  .hide_2 {display: none !important; }
}


@media (min-width: 1024px)
{
	.hide_3 {display: none !important; }
}




























