/*------------------------------------*
  RESET
*------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td { 
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: open-sans;
    src: url(fonts/OpenSans-Light.ttf);
}

@font-face {
  font-family: Vollkorn-reg;
  src: url(fonts/ichrtrn.ttf);
}

@font-face {
  font-family: Vollkorn-fett;
  src: url(fonts/ichrtrb.ttf);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Vollkorn-reg, sans-serif;
  font-weight: normal;    
  font-size: 100%;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}


/*------------------------------------*
  MAIN
*------------------------------------*/
html {
  font-family: Vollkorn-reg, serif;
  font-size: 15px; /* 16 * 0.75 = 12 */
  color: #000;
}

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width:690px;
  line-height: 1.5em;
  padding-top: 0px;
  margin: 0 auto;
  background: url('img/css/bgg2.jpg') center repeat-y;

}


div {
}

.container {
  position: relative;
  padding-left:0px;
  width: 690px; 
}

.navigation { 
  position: absolute;
  top:20px;
  left: 665px;
}

.header {
  position: relative;
  margin: 0 auto;
  padding-top:0px;
  width: 580px;
  height:48px;
  /*background: #CBEBCB;*/
  /*opacity: 0.4;*/
  /*filter: alpha(opacity=40);*/
}

.imp {
  position: absolute;
  top:20px;
  left: -200px;
}

.divider {
  position: relative;
  margin: 0 auto;
  padding-top:24px;
  width: 580px;
  height:120px;
/*  background: #CBEBCB;*/
}

.content {
  position: relative;
  margin: 0 auto;
  padding-top:24px;
  text-align:left;
  width: 580px;
  /*background: #6B5B6B;*/
}

.footer {
  position: relative;
  margin: 0 auto;
  padding-top:24px;
  width: 580px;
  height:120px;
  overflow:visible;
}

.endnavi {
  position: fixed;
  bottom:40px;
  left:50%;
  margin: 0 auto;
  padding-top:24px;
  padding-left:320px;
  width: 200px;
  height:120px;
  overflow:visible;
}

.pageend {
position:absolute;
bottom:0px;
left:-154px;
width: 887px;
height:29px;
background: url('img/css/end-bottom-2.png');
background-repeat: no-repeat;
background-position: bottom;
}

.pagestart {
position:absolute;
top:0px;
left:-154px;
width: 887px;
height:29px;
background: url('img/css/end-top.png');
background-repeat: no-repeat;
background-position: top;
}
    
.divtoc {
border: 1px dashed #272;}

/*------------------------------------*
  NAVIGATION
*------------------------------------*/
.path {
  position:absolute;
  top: 40px;
  left:0px;
  font-family: open-sans, sans-serif;
  font-size: 12px;
  font-weight: 300;

}

.stripe1 { 
  position: relative;
  top:40px;
  left: 29px;
}

.stripe2 { 
  position: relative;
  top:33px;
  left:26px;
}

.stripe3 { 
  position: relative;
  top:30px;
  left:15px;
}

.stripe4 { 
  position: relative;
  top:20px;
  left:26px;
}

.stripe5 { 
  position: relative;
  top:18px;
  left: 16px;
}


.endstripe {
  position: relative;
  top:10px;
  left: 10px;
}

.leftstripe1 { 
  position: relative;
  top:40px;
  left: 15px;
}

.leftstripe2 { 
  position: relative;
  top:38px;
  left:-5px;
}

.leftstripe3 { 
  position: relative;
  top:38px;
  left:1px;
}

.blogstripe { 
  position: relative;
  top:238px;
  left:1px;
}

/*---Seiteninhaltsverzeichnisse---*/

.tocpubparents {
  display: flex;
  justify-content: center;
  margin: 0 0 0 0;
  width: 580px;
  height: 138px;
  padding: 0px;
  border: 0px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 24px;
  text-align:center;
  }


.tocpubleft {
  float: left;
  margin: 0 20px 0 0;
  display: block;
  width: 168px;
  height: 126px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }
  
.tocpubcenter {
  float: left;
  margin: 0 20px 0 0;
  display: block;
  width: 168px;
  height: 126px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }

.tocpubright {
  float: right;
  margin: 0 0 0 0;
  display: block;
  width: 168px;
  height: 126px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }

.toclehrparents {
  display: flex;
  justify-content: center;
  margin: 0 0 0 0;
  width: 580px;
  height: 138px;
  padding: 0px;
  border: 0px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 24px;
  text-align:center;
  }



.toclehrleft {
  float: left;
  margin: 0 20px 0 0;
  display: block;
  width: 168px;
  height: 126px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }


.toclehrright {
  float: left;
  margin: 0 0 0 0px;
  display: block;
  width: 168px;
  height: 126px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }

.tocvortparents {
  display: flex;
  justify-content: center;
  margin: 0 0 0 0;
  width: 580px;
  height: 114px;
  padding: 0px;
  border: 0px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 24px;
  text-align:center;
  }

.tocvortleft {
  float: left;
  margin: 0 20px 0 0;
  display: block;
  width: 168px;
  height: 102px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }


.tocvortright {
  float: left;
  margin: 0 0 0 0px;
  display: block;
  width: 168px;
  height: 102px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }




.tocaaparents {
  display: flex;
  justify-content: center;
  margin: 0 0 0 0;
  width: 580px;
  height: 138px;
  padding: 0px;
  border: 0px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 24px;
  text-align:center;
  }


.tocaaleft {
  float: left;
  margin: 0 20px 0 0;
  display: block;
  width: 168px;
  height: 126px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }
  
.tocaacenter {
  float: left;
  margin: 0 20px 0 0;
  display: block;
  width: 168px;
  height: 126px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }

.tocaaright {
  float: right;
  margin: 0 0 0 0;
  display: block;
  width: 168px;
  height: 126px;
  padding: 5px;
  border: 1px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: open-sans, sans-serif;
  font-size: 1.25em;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;
  text-align: center;
  }


/*------------------------------------*
  TYPE
*------------------------------------*/

/*--- HEADINGS ---*/

h1, h2, h3, h4, h5, h6 {
  font-family: open-sans, sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 300;
  color: #272;

}
h1 {
  font-size: 2.25em; /* 36px --> 36 ÷ 16 = 2.25 */
  color: #272;
  line-height: 1.35em; /* 24px --> 24 ÷ 36 = 0.66667 */
  margin-bottom: 48px;
  text-align:center;
}

h2 {
  font-size: 1.5em; /* 24px --> 24 ÷ 16 = 1.5 */
  line-height: 1em; /* 24px --> 24 ÷ 24 = 1 */
}

h3 {
  font-size: 1.375em; /* 22px --> 22 ÷ 16 = 1.375 */
  line-height: 1.0909em; /* 24px --> 24 ÷ 22 = 1.090909(09) */
}

h4 {
  font-size: 1.25em; /* 20px --> 20 ÷ 16 = 1.25 */
  line-height: 1.2em; /* 24px --> 24 ÷ 20 = 1.2 */
}

h5 {
  font-size: 1.125em; /* 18px --> 18 ÷ 16 = 1.125 */
  line-height: 1.333em; /* 24px --> 24 ÷ 18 = 1.3333333(3) */
}

h6 {
  font-size: 1em; /* 16px --> 16 ÷ 16 = 1 */
  line-height: 1.5em; /* 24px --> 24 ÷ 16 = 1.5 */
}

/*--- PARAGRAPHS ---*/
p {
  margin-bottom: 24px;
  text-align: left;
}

/*p+p {
  text-indent: 1em;
  margin-top: -24px;
}*/


body > p:first-of-type {
  font-size: 1.125em;
    /* 18px → 18 ÷ 16 = 1.125 */

  line-height: 1.333em;
    /* 24px → 24 ÷ 18 = 1.3333(3) */
}

.pub-eintrag {
    text-align: left;
  }


.paragraph-post {
/*  font-family: open-sans, sans-serif;*/
  font-size: 1em;
  font-style:italic;
  text-align:right;
/*  font-weight: 300;*/
/*  color: #272;*/
}


/*--- LISTS ---*/
li {
    list-style-type: none;
    padding-left: 20px;
    margin-left: 20px;
    background-image:url('img/kringel_small.png');
    background-repeat:no-repeat;
    background-size: 12px 12px;
    background-position:0px 6px;
} 

ul, ol {
  margin-bottom: 24px;
  margin-left:20px;
    /* Remember, if your magic number is
    different to this, use your own. */
}


ul ul,
ol ol {
  margin: 0 0 0 60px;
}

.teamlist-li {
  padding-left:20px;
  text-align: left;
  margin-bottom:8px;
  margin-left:0px; 
}


.teamlist-ul {
  padding-left:10px;
  text-align: left;
  margin-bottom:8px;
  margin-left:0px; 
}

.speeches {
    margin-bottom: 16px;
    text-align:left;
    }

.toclist {
  margin: 0px;
  margin-top: 12px;
  margin-bottom:12px;
  padding: 0px;
}

.toc {
  margin-bottom: 8px;
  margin-left: 8px;
  padding-right: 20px;
  padding-left: 20px;
  background: url('img/pfeil_A.png') no-repeat;
  background-position: 0px 5px;
  background-size: 17px 14px;
}

/*--- PUBLIKATIONEN---*/

.author {
  font-variant:small-caps;
  }

.year {}

.title {}

.subtitle {}

.magazin {
  font-style:italic
  }

.issue {}

.locpub {}

/*--- VORTRAEGE ---*/
.date {}
.name-of-speech {}
.event {
  font-style:italic
  }
.location {}
.language {}
.speech-link {}

/*--- LEBENSLAUF ---*/

.teamcat {
  font-weight: bold    
}

/*--- TEAM ---*/

.name {
  font-family: open-sans, sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left:5px;
  font-weight: 300;
  color: #272;

}

/*--- QUOTES ---*/
blockquote {
  margin: 0 60px 0 45px;
  border-left: 5px solid #d3e7d3;
  padding-left: 10px;
  text-indent: -0.4em;
}

blockquote b {
  display: block;
  text-indent: 0;
}

/*--- LINKS ---*/
a {
  color: #272;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active,
a:focus {
  position: relative;
  top: 1px;
}

.read-more:before {
  content: ""; /* Insert a space then right angled-quote */
  width: 19px;
  height: 16px;
  float: left;
  margin: 2px 5px 0 0;
  background: url('img/pfeil_A.png') no-repeat;
  background-position: 0px 3px;
  background-size: 17px 14px;

}

.doclink:before {
  content: ""; /* Insert a space then right angled-quote */
  width: 20px;
  height: 26px;
  float: left;
  margin: 2px 5px 0 0;
  background: url('img/anhang_A.png') no-repeat;
  background-position: 0px -1px;
  background-size: 19px 24px;

}


.textlink {
  background: none;
}

.link {
  background: url('img/pfeil_A.png') no-repeat;
  background-position: 0px 3px;
  background-size: 17px 14px;
  padding-left:19px;
}

.linkh4 {
  background: url('img/pfeil_A.png') no-repeat;
  background-position: 0px 4px;
  background-size: 25px 20px;
  padding-left:32px;
}

.institution {
  padding-left:8px;
  width: 40px;
}

.smalllink {
  background: url('img/pfeil_A.png') no-repeat;
  background-size: 17px 14px;
  background-position: 0px 2px;
  padding-left:19px;
  font-family: open-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

/*---Downloadlinks im Text als Box---*/

.downloadlink {
float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 200px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}



/*------------------------------------*
  GRAPHICS
*------------------------------------*/

.topline-left
{
position: relative;
top:41px;
margin: 0 330px 0 0;
border :none;
border-top: 1px solid #272;
height: 1px;
}

.topline-right
{
position: relative;
top:40px;
margin: 0 0px 0 330px;
border :none;
border-top: 1px solid #272;
height: 1px;
}

.circle {
margin: 0px auto 48px auto;
width:80px;
height:80px;
border-radius:40px;
border:1px solid #272;
font-size:20px;
line-height:80px;
text-align:center;
}


.bottomline
{
position: relative;
border :none;
border-top: 1px solid #272;
height: 1px;
}


.midline
{
position: relative;
border :none;
border-top: 1px solid #272;
height: 1px;
margin-top: 48px;
margin-bottom:48px; 
margin-left: 48px; 
margin-right:48px
}


.symb-arrow
{
position: relative;
border: none;
height:1px;
top:3px;
left:3px;
}

.symb-post
{
position: relative;
border: none;
height:1px;
top:3px;
left:2px;
}

.symb-net
{
position: relative;
border: none;
height:1px;
top:3px;
left:2px;
}

.symb-handy
{
position: relative;
border: none;
height:1px;
top:-4px;
left:15px
}

.symb-mail
{
position: relative;
border: none;
height:1px;
top:6px;
left:9px;
}


/*------------------------------------*
  PHOTOS
*------------------------------------*/

/*--Divs--*/

.teamfotoparents {
  display: flex;
  justify-content: center;
  margin: 0 0 0 0;
  width: 580px;
  height: 480px;
  padding: 0px;
  border: 0px dashed #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 24px;
  text-align:center;
  }

.teamfotoleft {
  float: left;
  margin: 0 10px 0 0;
  display: block;
  height: 420px;
  padding: 5px;
  margin-bottom: 24px;
  }


.teamfotoright {
  float: right;
  margin: 0 0 0 10px;
  display: block;
  height: 420px;
  padding: 5px;
  margin-bottom: 24px;
}

/*--Fotos--*/


#foto-team-left {
  float: left;
  margin: 0 0px 24px 0px;
  display: block;
  width: 250px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }
  
#foto-team-right {
  margin: 0 0 24px 0px;
  display: block;
  width: 250px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }
  

/*------------------------------------*
  IMAGES
*------------------------------------*/

.news-logo-left {
  border: 1px solid #18884C;
  padding:6px;
  float:left;
  margin-right:15px;
}

.news-logo-right {
  border: 1px solid #18884C;
  padding:6px;
  float:right;
  margin-left:15px;
}


#toc-pub-left {
height: 50px;
padding-top:10px;
padding-bottom:10px;
}

#toc-pub-center {
height: 60px;
padding-top:5px;
padding-bottom:5px;
}

#toc-pub-right {
height: 50px;
padding-top:10px;
padding-bottom:10px;
}

#toc-aa-left {
height: 60px;
padding-top:5px;
padding-bottom:5px;
}

#toc-aa-center {
height: 60px;
padding-top:5px;
padding-bottom:5px;
}

#toc-aa-right {
height: 60px;
padding-top:5px;
padding-bottom:5px;
}

#toc-lehr-left {
height: 60px;
padding-top:5px;
padding-bottom:5px;
}

#toc-lehr-center {
height: 60px;
padding-top:5px;
padding-bottom:5px;
}

#toc-lehr-right {
height: 60px;
padding-top:5px;
padding-bottom:5px;
}

#toc-vort-left {
height: 60px;
padding-top:5px;
padding-bottom:5px;
}

#toc-vort-right {
height: 60px;
padding-top:5px;
padding-bottom:5px;
}

#pub-head-index {
  margin: 12px 0 0 0;
}

#pub-head-team {
  margin: 10px 0 0 0;
}

#pub-head-pub {
  margin: 8px 0 0 0;
}

#pub-head-lehre {
  margin: 16px 0 0 0;
}

#pub-head-projekte {
  margin: 12px 0 0 0;
}

#pub-head-forschung {
  margin: 8px 0 0 0;
}

#pub-head-lebenslauf {
  margin: 10px 0 0 0;
}

#pub-head-vortraege {
  margin: 14px 0 0 3px;
}

#pub-head-kontakt {
  margin: 18px 0 0 1px;
  transform: rotate(330deg);
}

#visit {
  float: left;
  margin: 0 20 0 0px;
  display: block;
  width: auto;
  height: 300px;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }

#foto-as {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: auto;
  height: 240px;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }


#lehre-tafel-gv {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 200px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }

#sinus-logo {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 140px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }
  
#zeit-fuer-lehre-logo {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 140px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }  

#schroedel-logo {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 70px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }
  
#mamdim-logo {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 170px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }

#grusiko-logo {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 120px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }

#makewiwi-logo {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 180px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }

#bi-pro-logo {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 270px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }


#grumit-logo {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 270px;
  height: auto;
  padding: 5px;
  padding-right: 10px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }
  
#projektionsvorstellung {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 220px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#kogfunktgest {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 220px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}


#epsilon-delta {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 220px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#zeitschrift {
  float: right;
  margin: 0 0 0 20px;
  display: block;
  width: 180px;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#kampagne-preview {
  margin: 0 0 0 0px;
  display: block;
  height: auto;
  padding: 5px;
  border: 1px solid #272;  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  }
  

.onedoesnot {
  border: 1px solid #18884C;
  padding:6px;
  float:right;
  padding: 5px;
  margin-left:15px;
  margin-bottom:36px;

}