@font-face  {
    font-family:  "Crimson Text Regular";
    font-display:  swap;
    src:  url(../fonts/crimson/CrimsonText-Regular.woff2) format("woff2"),
          url(../fonts/crimson/CrimsonText-Regular.ttf) format("truetype");
}
@font-face  {
    font-family:  "Crimson Text Italic";
    font-display:  swap;
    src:  url(../fonts/crimson/CrimsonText-Italic.woff2) format("woff2"),
          url(../fonts/crimson/CrimsonText-Italic.ttf) format("truetype");
}
@font-face  {
    font-family:  "Crimson Text SemiBold";
    font-display:  swap;
    src:  url(../fonts/crimson/CrimsonText-SemiBold.woff2) format("woff2"),
    url(../fonts/crimson/CrimsonText-SemiBold.ttf) format("truetype");
}
@font-face  {
    font-family:  "Crimson Text SemiBoldItalic";
    font-display:  swap;
    src:  url(../fonts/crimson/CrimsonText-SemiBoldItalic.woff2) format("woff2"),
          url(../fonts/crimson/CrimsonText-SemiBoldItalic.ttf) format("truetype");
}
@font-face  {
    font-family:  "Crimson Text Bold";
    font-display:  swap;
    src:  url(../fonts/crimson/CrimsonText-Bold.woff2) format("woff2"),
          url(../fonts/crimson/CrimsonText-Bold.ttf) format("truetype");
}
@font-face  {
    font-family:  "Crimson Text BoldItalic";
    font-display:  swap;
    src:  url(../fonts/crimson/CrimsonText-BoldItalic.woff2) format("woff2"),
          url(../fonts/crimson/CrimsonText-BoldItalic.ttf) format("truetype");
}
@font-face  {
    font-family:  "Montserrat Regular";
    font-display:  swap;
    src:  url(../fonts/montserrat/Montserrat-Regular.woff2) format("woff2"),
          url(../fonts/montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face  {
    font-family:  "Montserrat Medium";
    font-display:  swap;
    src:  url(../fonts/montserrat/Montserrat-Medium.woff2) format("woff2"),
          url(../fonts/montserrat/Montserrat-Medium.ttf) format("truetype");
}
@font-face  {
    font-family:  "Montserrat SemiBold";
    font-display:  swap;
    src:  url(../fonts/montserrat/Montserrat-SemiBold.woff2) format("woff2"),
          url(../fonts/montserrat/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face  {
    font-family:  "Montserrat Bold";
    font-display:  swap;
    src:  url(../fonts/montserrat/Montserrat-Bold.woff2) format("woff2"),
          url(../fonts/montserrat/Montserrat-Bold.ttf) format("truetype");
}

::selection {
  background: #ceaa5a; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ceaa5a; /* Gecko Browsers */
}

body {
  font-display: auto;
}

#home header {
  height: 120px;
  position: absolute;
  width: 100%;
}

header {
	height: 100px;
}

#logo {
	margin: 1.875rem 0;
	position: relative;
	z-index: 999;
}

.sticky-wrapper #logo {
  margin: 0.75rem 0;
  height: 2.5rem;
}

.sticky-wrapper #language-select a {
  margin: 1.0rem 0 0rem 0.125rem;
  transition: 0s;
}

.sticky-wrapper #nav-icon-2 {
  margin: 1.5rem 0 1rem 1.875rem;
}

.sticky-header .sub-head .fullscreen-nav,
.sticky-header .sub-head .fullscreen-nav-2 {
  margin-top: 80px
}

.sticky-wrapper {
  background-color: #fff;
  width: 100%;
  height: 4.2rem;
  position: fixed;
  float: left;
  z-index: 9999;
  opacity: 0;
  top: -12rem;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.sticky-header .sticky-wrapper {
  top: 0;
  opacity: 1;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

#logo-sticky .logo-wrapper {
  background-color: #fff;
  padding: 0rem 2.5rem;
  border-radius: 0px 0px 4px 4px;
  border: 0px solid #f0f0f0;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  height: 4.5rem;
}

#logo-sticky .logo-wrapper #logo {
  margin: 0.8rem 0;
}


.sticky-header #logo-sticky {
  position: fixed;
  opacity: 1;
  top: 0;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.sub-head-fix #logo {
  height: 3rem;
  margin: 1.55rem 0;
}

.sub-head-fix #language-select a {
  margin: 2rem 0 1rem 0.125rem;
}

.sub-head-fix #nav-icon {
  margin: 2.45rem 0 1rem 1.875rem;
}


p, ul {
	font-family: "Crimson Text Regular", system-ui, -apple-system, serif;
	font-weight: 400;
	color: #474747;
	padding-bottom: 2.5rem;
	font-size: 1.35rem;
	word-wrap: break-word
}

a {
	color: #ceaa5a;
	-o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
	transition: .25s;
}

a:hover {
    color: #e8c372;
}

a:focus,
a:active {
  color: #ceaa5a;
}

a img {
  opacity: 1;
  transition: .25s;
}

a img:hover {
  opacity: 0.75;
  transition: .25s;
}

ol {
	font-family: "Crimson Text Regular",  system-ui, -apple-system, serif;
	font-weight: 400;
	color: #474747;
	font-size: 1.35rem;
	word-wrap: break-word
}

ol li {
	padding-bottom: 0.5rem;
}

.secondcontent p,
.accordion p,
.accordion ul {
	padding-bottom: 0.5rem;
	margin-bottom: 0;
}



strong {
	font-weight: 700;
    line-height: 1.6;

}

.subtext {
	font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    font-size: 1.35rem;
    font-family: "Crimson Text Bold",  system-ui,  -apple-system,  serif;
	color: #474747;
}

h1 {
	font-family: "Crimson Text Regular",  system-ui,  -apple-system,  serif;
	font-weight: 400;
	font-size: 2.5rem;
	color: #163851;
	margin-bottom: 5rem;
}

h1:before {
	content: '';
    position: relative;
    border-left: 15px solid #ceaa5a;
    margin-right: 1.25rem;
}

h2 {
	font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
	font-weight: 600;
	font-size: 1.375rem;
	color: #163851;
	text-transform: uppercase;
	margin: 0 0 1.25rem 0
}

#homesecond h2 {
	margin: 0;
  outline: 0 none;
}

 h3 {
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #163851;
  margin: 0 0 1rem 0
}

footer h3 {
	font-family: "Montserrat Medium",  system-ui,  -apple-system,  sans-serif;
	font-weight: 500;
	font-size: 1.375rem;
	color: #fff;
	margin: 0 0 1rem 0
}

h4 {
	color: #163851;
  font-family: "Crimson Text Bold",  system-ui,  -apple-system,  serif;
  font-weight: 700;
  margin-top: 2rem;
  font-size: 1.35rem;
}

h5 {
  color: #fff;
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1.375rem;
  line-height: 1.5;
}


h6 {
  color: #808080;
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 2.2rem;
}

.small-txt {
  font-family: "Montserrat Medium",  system-ui,  -apple-system,  sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}

.button {
	font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	color: #163851;
	text-transform: uppercase;
	border: 1px solid #163851;
	background-color: transparent;
}

.button.s {
	padding: 1.2rem 1rem;
    width: 11.25rem;
}

.button.m {
	padding: 1.2rem 1rem;
    width: 15rem;
}

.button.l {
  padding: 1.2rem 1rem;
    width: 18rem;
}

.button:hover,
.button.buy:hover,
.button.contact:hover,
.button.mandate:hover {
	background-color: #ceaa5a;
	border: 1px solid #ceaa5a;
	color: #fff;
}

.button.buy {
	background-color: #163851;
	color: #fff;
	margin-left: 3rem;
}

.button.contact {
  background-color: #163851;
  color: #fff;
  margin-top: 1rem;
  width: 100%;
  max-width: 387px;
}

.button.goldbtn {
  background-color: #ceaa5a;
  color: #fff;
}

.button.goldbtn:hover {
  background-color: #e8c372;
  color: #fff;
}

.greybg {
	background-color: #f0f0f0;
	padding: 5rem 0;
	margin-bottom: 5rem;
}

.greybg.withrez {
  margin-bottom: 0;
  padding: 5rem 0 3rem 0;
}

.greybg.rez {
  padding: 3rem 0;
  border-top: 1px solid #d7d7d7;
  background-color: #e6e6e6;
}

#homesecond {
	margin: 0 0 6rem 0;
  outline: 0 none;
}

#homethird,
#homefourth,
#homefifth,
#home-news,
.secondcontent {
	padding: 8rem 0;
}

#fachzeitschriften {
  padding-bottom: 8rem;
}


#homethird,
#homefifth,
.zurperson {
	background-color: #f8f8f8;
  outline: 0 none;
}

#home-news,
.profile-gallery {
  background-color: #f0f0f0;
}

.reveal.gallery {
  background-color: transparent;
  border: none;
}

.important-news {
    font-weight: 700;
    padding-top: 0.8rem;
  }

@media screen and (max-width: 552px) {

  .button.buy {
    margin-left: 0; 
  }

  h1 {
    font-size: 2.05rem;
  }

  h1:before {
    margin-right: 0.75rem;
  }

  h2 {
    font-size: 1.1rem;
  }

  #homesecond h1 {
    margin-top: -4rem;
  }

  #homesecond h1,
  #homethird h1,
  #homefourth h1,
  #homefifth h1,
  #home-news h1 {
    margin-bottom: 3rem;
  }

  #homethird h1 {
    margin-top: -1rem;
  }

  #homesecond,
  #homethird {
    margin: 0 0 5rem 0;
  }

  #homethird {
    padding: 5rem 0 0rem;
  }

  #homefourth {
    padding: 4rem 0 5rem 0;
    outline: 0 none;
  }

  #homefifth,
  #home-news {
    padding: 4rem 0 5rem 0;
  }

  #homethird .greybg {
    padding: 5rem 0 0rem;
    margin-bottom: 3rem;
  }

    #homethird .greybg h2 {
    margin-top: -2rem
  }

  #homethird .subtopics {
    padding: 2.5rem 1rem 1.5rem 1rem;
  }

  .greybg {
  background-color: #f0f0f0;
  padding: 5rem 1rem;
  margin-bottom: 5rem;
}

.greybg.withrez {
  margin-bottom: 0;
  padding: 5rem 0 3rem 1rem
}

}




/******* MENU ********/
* {
  margin: 0;
  padding: 0;
}

#nav-wrapper > a {
  margin: 126px 0px 8px 0px;
}

#nav-icon,
#nav-icon-2 {
  width: 26px;
  height: 19px;
  margin: 3.125rem 0 3.125rem 1.875rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  cursor: pointer;
  z-index: 999;
  top: 0
}

#nav-icon.open,
#nav-icon-2.open {
	top: 0
}

.noscroll {
	height: 100%;
	overflow: hidden;
}

#nav-icon span,
#nav-icon-2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #163851;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1),
#nav-icon-2 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2),
#nav-icon-2 span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3),
#nav-icon-2 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1),
#nav-icon-2.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 0px;
}

#nav-icon.open span:nth-child(2),
#nav-icon-2.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3),
#nav-icon-2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 0px;
}

/*:not(.sticky-header) #nav-icon span,
:not(.sticky-header) #nav-icon.open span:nth-child(1),
:not(.sticky-header) #nav-icon.open span:nth-child(2),
:not(.sticky-header) #nav-icon.open span:nth-child(3),
.fullscreen-nav.open {
  z-index: 999999999;
}

:not(.sticky-header) #nav-icon {
  z-index: 9999999999;
}*/

:not(.sticky-header) .fullscreen-nav-2.open {
  display: none;
}

.fullscreen-nav,
.fullscreen-nav-2 {
  padding-top: 40px;
  height: 100%;
  width: 100%;
  background: url(../img/navi-bg.jpg);
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  transition: .25s;
  display: none;
}

.home-head .fullscreen-nav,
.home-head .fullscreen-nav-2 {
  margin-top: 0px;
}

.sub-head .fullscreen-nav,
.sub-head .fullscreen-nav-2 {
  margin-top: 100px;
}

.fullscreen-nav.open,
.fullscreen-nav-2.open {
  opacity: 1;
  display: block;
  z-index: 99;
}

.fullscreen-nav .nav-link,
.fullscreen-nav-2 .nav-link {
	display: none;
}

.fullscreen-nav.open .nav-link,
.fullscreen-nav-2.open .nav-link {
	display: inline;
}

.main-menu {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.333rem;
  max-width: 74.688rem;
  list-style: none;
  left: 0;
  right: 0;
  text-align: right;
}

.home-head ul.main-menu {
  top: 12rem;
}

@media screen and (max-width: 500px) {

  .home-head ul.main-menu {
  top: 15vh;
}


}

.sub-head ul.main-menu {
  top: 5vh;
}

a.nav-link {
	color: #163851
}

.main-menu  li {
	margin-bottom: 0.5rem;
}

.nav-link {
  padding: 0;
  font-size: 1.5rem;
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  -o-transition:.05s;
  -ms-transition:.05s;
  -moz-transition:.05s;
  -webkit-transition:.05s;
  transition:.05s;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

a.nav-link:after {
	content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 5px;
    background: #163851;
    -webkit-transition: .25s;
    transition: .25s;
}

a.nav-link:hover:after {
	width: 100%
}

.nav-link.second {
	color: #ceaa5a;
    font-size: 1rem;
    margin: 0rem 0rem;
    position: relative;
    bottom: 0.75rem;
    line-height: 2rem;
}

a.nav-link.second:after {
	content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #ceaa5a;
    -webkit-transition: .25s;
    transition: .25s;
}

a.nav-link.second:hover:after {
	width: 100%
}

.metamenu-full {
    position: absolute;
    right: 2%;
    top: 74vh;
}

.metamenu-full-sub {
    position: absolute;
    right: 2%;
    top: 73vh;
}

.metamenu-full-sub a,
.metamenu-full a{
  padding-right: 1rem;
}

@media screen and (max-width: 1023px) {

  .metamenu-full,
  .metamenu-full-sub {
    position: absolute;
    right: 0;
    left: 0;
  }

}

@media screen and (max-width: 500px) {

  .metamenu-full,
  .metamenu-full-sub {
      position: relative;
      top: 0;
  }

}



@media screen and (max-width: 768px) {

  .fullscreen-nav,
  .fullscreen-nav-2 {
    margin-top: 0;
  }



/*  .main-menu {
    top: 10vh;
  }
  .nav-link.second {
    font-size: 1.625rem;
  }*/

  .nav-link {
    font-size: 32px;
  }
}


/*******************************/
/*******************************/
/************Sub Nav************/
/*******************************/
/*******************************/

#subnav {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
}

.thema-links {
  padding: 1.2rem 0;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.thema-links:hover .subnavtitel{
  color: #ceaa5a;
  transition: all 0.5s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.thema-links .subnavtitel {
  font-family: "Montserrat Regular",  system-ui,  -apple-system,  sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #163851;
  text-transform: uppercase;
}

.thema-links.active {
  border-bottom: 4px solid #ceaa5a;
  background-color: #eaeaea;
}

.thema-links.active .subnavtitel {
  color: #ceaa5a;
}


/*****************************/
/*****************************/
/********SCROLLBUTTON*********/
/*****************************/
/*****************************/

.scroll-button{

  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 5px;
  width: 80px;
  height: 80px;
  right: 20px;
  bottom: 20px;
  visibility: visible;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* STYLE BUTTON 1 - filled in */
/* .scroll-button{
  background: rgb(249, 104, 211);
  border: none;
  color: white;
} */

/* STYLE BUTTON 2 - only outlines */
.scroll-button{
  background: none;
  border: solid 2px #163851;
  color: #163851;
}

/* SHAPE BUTTON 1 - round */
/* .scroll-button{
  border-radius: 50%;
} */

/* SHAPE BUTTON 2 - square */
.scroll-button{
  border-radius: 0%;
}

/* POSITION BUTTON 1 - on the bottom of the screen */
.scroll-button{
  position: fixed;
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

/* POSITION BUTTON 2 - on the bottom of the page */
/* .scroll-button{
  position: absolute;
} */




.scroll-button:hover{
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.scroll-button--hidden{
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}


@media screen and (max-width: 1024px) {

	  .scroll-button{
	  	display: none;
	}
}


/*****************************/
/*****************************/
/********Modal inline*********/
/*****************************/
/*****************************/

.modal-inline {
  position: relative;
  display: inline;
  border-bottom: 1px dotted #ceaa5a;
  color: #ceaa5a;
  cursor: pointer;
  -webkit-transition: .25s;
  transition: .25s;
}

.modal-inline:hover {
  color: #e8c372;
}



/*******************************/
/*******************************/
/**********Tooltipp 1***********/
/*******************************/
/*******************************/


/*.tooltips {
  position: relative;
  display: inline;
  cursor: help;
  border-bottom: 1px dotted #ceaa5a;
}
.tooltips span {
  position: absolute;
  width:140px;
  color: #163851;
  font-size:1.35rem;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  background: #fff;
  text-align: left;
  font-style: normal;
  visibility: hidden;
  padding:5px 8px;
  border-radius: 0px;
  border: 1px solid #163851;
}

.tooltips span a{
	color: #ceaa5a
}

.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; 
  height: 0;
  border-top: 8px solid #163851;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;*/
/*}

/*.tooltips input {
    display:none;
} 

.tooltips input:checked ~ span {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
  width:320px;
  left: 50%;
  margin-left: -158px;
  z-index: 999;
}

.tooltips label {
	font-size: 1.35rem;
	font-style: normal;
	color: #ceaa5a;
}

.tooltips [type='checkbox'] + label, 
.tooltips [type='radio'] + label {
	margin: 0;
}

@media screen and (min-width: 1176px) {

  #clickevent_2,
  #clickevent_20 {
  	 margin-left: -54px;
  	 bottom: 70px;
	}
}



/*****************************/
/*****************************/
/************Modal************/
/*****************************/
/*****************************/


.reveal {
	padding: 5rem;
}

.reveal h1 {
	margin-bottom: 2.5rem;
}

.reveal p {
	padding-bottom: 0.5rem;
}

@media screen and (max-width: 639px) {

  .reveal {
  padding: 5rem 1rem;
}
}




/*****************************/
/*****************************/
/************HOME*************/
/*****************************/
/*****************************/

/*********Section 1***********/



section#homefirst {
	position: relative ;
    padding: 10rem 0;
    bottom: 0rem;
    background-image: url("../img/home-head.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;;
	/*background: #e8e8e8; /* Old browsers */
	/*background: -moz-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #f5f5f5 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

#scroll-icon {
	width: 1.5rem;
    margin: 1rem auto 2rem;
    -webkit-transition: .25s;
    transition: .25s;
}

#scroll-icon:hover {
	width: 1.7rem;
	margin: 1rem auto 1.8rem;
}

.firstlink {
	padding-bottom: 1.5rem;
}

.firstlink h1 {
  margin-bottom: 0;
  line-height: 0.4;
}

.firstlink h1:before {
  display: none;
}

a.mainlink {
	font-size: 1.375rem;
	font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
	font-weight: 600;
	color: #163851;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: .25s;
    transition: .25s;

}

a.mainlink:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #163851;
    -webkit-transition: .25s;
    transition: .25s;
}

a.mainlink:hover {
	color: #ceaa5a;
}

a.mainlink:hover:after {
	background: #ceaa5a;
}

@media screen and (max-width: 1023px) {

	a.mainlink {
		font-size: 1.5rem;
	}

	ul.main-menu {
		text-align: center;
   		padding: 1rem 0;
	}

	.fullscreen-nav.open .nav-link,
  .fullscreen-nav-2.open .nav-link {
    font-size: 1.5rem;
	}

	.fullscreen-nav.open .nav-link.second,
  .fullscreen-nav-2.open .nav-link.second {
    font-size: 1.2rem;
	}

	.main-menu li {
    margin-bottom: 1.2rem;
	}

}

@media screen and (max-width: 552px) {

  .main-menu li {
    margin-bottom: 0.25rem;
  }

  .sub-head ul.main-menu
  {
    top: 0vh
  }
}

#terminvereinbaren {
  margin-top: 3.5rem;
  margin-bottom: 0rem;
}

.buchungsinfos {
  color: #163851;
  text-decoration: underline;
}

.buchungsinfos:hover {
  color: #CEAA5A;
}

#cta .buchungsinfos {
  color: #fff;
  text-decoration: underline;
}

#cta .buchungsinfos:hover {
  color: #ceaa5a;
}




/*********Section 2***********/


.thumb-jrm {
	position: relative;
	max-width: 285px;
	height: 336px;
}

.thumb-jrm.center {
	margin: 0 auto;
	max-width: 280px;
}

.thumb-jrm h2 {
	margin-bottom: 0;
  line-height: 1.0;
}

.thumb-jrm p {
  line-height: 1.5;
  color: #212121;
}

.thumb-jrm img {
	position: absolute;
	z-index: -1
}

.thumb-jrm a.button {
	margin: -3rem auto 0;
 display: block;
}

.thumb-jrm .content {
	padding: 11.6rem 0 0 2.5rem;
}


@media screen and (max-width: 1180px) and (min-width: 1024px) {

  .thumb-jrm h2{
    font-size: 1.1rem;
  }
  .thumb-jrm p{
    font-size: 1rem;
  }

  .thumb-jrm {
  	max-width: 236px;
  }

  .thumb-jrm.center {
  	max-width: 236px;
  }

  .thumb-jrm a.button {
	margin-top: -4rem;
}

}

@media screen and (max-width: 1023px) {

	.thumb-jrm {
  	margin: 0 auto;
  }

	.thumb-jrm.center {
  	margin: 4rem auto;
  }
}



/*********Section 3***********/


.subtopics {
	padding: 3.25rem 2.25rem;
	margin-left: 2.25rem;
	border-left: 1px solid #e0e0e0;
}

.subtopics li{
	list-style-type: none;
	padding-bottom: 1.35rem;
}

.subtopics a,
.subtopics.en li {
	font-family: "Montserrat Regular",  system-ui,  -apple-system,  sans-serif;
	font-weight: 400;
	font-size: 1.175rem;
	color: #ceaa5a;
	-o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
	transition: .25s;
}

.subtopics a::after {
	content: url(../img/arrow-right.svg);
    position: absolute;
    width: 16px;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    height: auto;
    -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
	transition: .25s;
}

.subtopics a:hover {
    color: #e8c372;
}

.subtopics a:hover::after {
	content: url(../img/arrow-right-hover.svg);
    margin-left: 0.8rem;
}

a.downloadlink::after {
  content: url(../img/ico_download.svg);
    position: absolute;
    width: 16px;
    margin-left: 0.4rem;
    margin-top: 0.1rem;
    height: auto;
    -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
  transition: .25s;
}

a.downloadlink:hover::after {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {

	.subtopics {
		padding: 2.5rem 1rem 4.5rem 1rem;
		margin-left: 0rem;
		margin-top: 2rem;
		border-left: 0;
		border-top: 1px solid #e0e0e0;
	}
}


/*********Section 4***********/

.public-text {
	padding-top: 2.5rem;
	padding-right: 1rem;
}

#homefourth img {
	/*padding-left: 1.5rem;*/
}

.book-container {
  height: 251px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.4rem;
  background-size: 100%;
  transition: all .25s ease-out,color .25s ease-out;
}

#tax-compliance.book-container {
  background-image: url("../img/home_tax-comliance.png");
}

#steuerstrafverfahren.book-container {
  background-image: url("../img/home_steuerstrafverfahren.png");
}

#steuerfahndung.book-container {
  background-image: url("../img/home_steuerfahndung.png");
}

#selbstanzeige.book-container {
  background-image: url("../img/home_selbstanzeige.png");
}

.book-container .title {
  background-color: rgba(255, 255, 255, 0.75);
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #163851;
  text-transform: uppercase;
  width: 100%;
  padding: 1.2rem 1rem;
  position: relative;
  top: 12rem;
  text-align: center;
  transition: background-color .25s ease-out,color .25s ease-out;
}

#selbstanzeige.book-container .title {
  padding: 0.6rem 1rem;
}

.book-container:hover {
  background-size: 104%;
  transition: all .25s ease-out,color .25s ease-out;
}

.book-container:hover .title {
  background-color: #ceaa5a;
  color: #fff;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.columns.publication-row-home {
 padding-left: 0 !important; 
}

.publication-row-home {
  background-color: #f0f0f0;
    float: left;
    margin-bottom: .5rem;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 94% 2.6rem;
    background-size: 18px;
    transition: all .25s ease-out;
}

.publication-row-home:hover {
  background-color: #f5f5f5;
    float: left;
    margin-bottom: .5rem;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 95% 2.6rem;
    background-size: 18px;
    transition: all .25s ease-out;
}

.publication-row-home:hover .public-link-text .title {
    color: #CEAA5A;
}

.publication-row-home img {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 1rem;
}

.public-link-text {
  float: left;
}

.public-link-text .title {
  font-family: "Montserrat SemiBold", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #163851;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
  }



@media screen and (max-width: 1160px) {
	.public-text {
	padding-top: 0rem;
	}
}

@media screen and (max-width: 1024px) {
	.public-text {
	padding-bottom: 2rem;
	}
	#homefourth img {
	padding-left: 0;
  }
}

@media screen and (max-width: 740px) {
  .book-container .title {
    top: 11.5rem
  }
}

@media screen and (max-width: 639px) {
  #selbstanzeige.book-container .title {
    padding: 1.2rem 1rem;
  }
  .book-container .title {
    top: 12rem
  }
}


/*********Section 5***********/

table thead {
	border-bottom: 1px solid #d8d8d8;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
}

table thead th {
	font-family: "Montserrat Medium",  system-ui,  -apple-system,  sans-serif;
	font-weight: 500;
	font-size: 1rem;
	color: #808080;
	background-color: transparent;
}

tbody {
	color: #474747;
	font-family: "Crimson Text Regular",  system-ui,  -apple-system,  serif;
	font-size: 1.2rem;
}

table tbody {
	background-color: #f0f0f0;
	border: none;
}

table tbody tr:nth-child(even) {
	background-color: #f6f6f6;
}

#home-news table tbody {
  background-color: #f8f8f8;
  border: none;
}

#home-news table tbody tr:nth-child(even) {
  background-color: #fdfdfd;
}



.tablebutton {
	content: url("../img/table-more.svg");
	width: 2rem;
}

.tablebutton:hover {
	content: url("../img/table-more-hover.svg");
	width: 2rem;
}

.tablebutton-calendar {
  content: url("../img/table-calendar.svg");
  width: 2rem;
}

.tablebutton-calendar:hover {
  content: url("../img/table-calendar-hover.svg");
  width: 2rem;
}

.mobile-dates {
	display: none;
}

.mobile-dates ul li {
	font-family: "Crimson Text Regular",  system-ui,  -apple-system,  serif;
	color: #424242;
	font-size: 1.35rem;
	line-height: 2rem;
	list-style-type: none;
}

.mobile-dates a {
	font-weight: 700;
	color: #ceaa5a;
}

.mobile-dates a:hover {
    color: #e8c372;
}

.mobile-dates h2 {
	margin-top: 3rem;
}


@media screen and (max-width: 600px) {
	#homefifth table,
  #home-news table,
	.secondcontent table,
  #vortraege-page table,
  #fachzeitschriften table {
	display: none;
	}

  #mandate table {
    display: block;
  }

	.mobile-dates {
	display: block;
	}

  .desktop-dates {
  display: none;
  }
}


/*********Section 6***********/


#g-map {
	height: 35rem;
	width: 100%;
}


/*********Footer***********/

footer {
	font-family: "Crimson Text Regular",  system-ui,  -apple-system,  serif;
	font-size: 1.35rem;
	background-color: #424242;
	padding: 3.125rem 0.5rem;
}

footer p {
	color: #fff;
}

#meta-nav {
	padding: 3.2rem 0;
}

#meta-nav a{
	color: #ceaa5a;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#meta-nav a:hover{
	color: #e8c372;
}

#meta-nav a.meta {
	font-family: "Montserrat Medium",  system-ui,  -apple-system,  sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1rem;
	padding-right: 1.2rem;
}

a.mail,
.mail,
.phone,
.fax {
	padding-left: 1.5rem;
}

.phone {
	margin-top: 1rem;
}

a.mail:before,
.mail:before,
.phone:before,
.fax:before {
	margin-top: 1px;
    position: absolute;
    width: 16px;
    height: auto;
    margin-left: -1.5rem;
}

a.mail:before {
	content: url(../img/mail.svg);
}

.mail:before {
  content: url(../img/mail-white.svg);
}

.mail.whitebg:before {
  content: url(../img/mail-blue.svg);
}

.phone:before {
	content: url(../img/phone.svg);
}

.fax:before {
	content: url(../img/fax.svg);
}

.phone.whitebg:before {
	content: url(../img/phone-2.svg);
	color: black;
}

.fax.whitebg:before {
	content: url(../img/fax-2.svg);
}

.social-wrapper {
  float: right;
  margin-left: 2rem;
}

.social {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.8rem;
  float: left;
  -o-transition:.05s;
  -ms-transition:.05s;
  -moz-transition:.05s;
  -webkit-transition:.05s;
  transition: .05s;
  margin-bottom: 1rem;
}

.bdst {
    float: right;
    margin: 0 1.8rem;
}

@media screen and (max-width: 1024px) {
	footer {
		text-align: center;
	}

  .bdst {
    float: none;
    margin-left: 0;
    margin-bottom: 2rem ;
  }

  .social-wrapper {
    float: none;
    width: 6rem;
    margin: 0 auto 3rem;
    text-align: center;
  }
}

@media screen and (max-width: 552px) {
  footer #meta-nav {
        padding: 0 0 3.2rem 0;
        margin-top: 0rem;
  }
}



/*****************************/
/*****************************/
/********Fachgebiete**********/
/*****************************/
/*****************************/

/*********Section 1***********/



section#image-head {
	position: relative;
    padding: 10rem 0 0 0;
    bottom: 0rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;;
    height: 83.5rem;
	/*background: #e8e8e8; /* Old browsers */
	/*background: -moz-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #f5f5f5 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

section#image-head.news-bmf {
    height: 20rem;
    background-image: url("../img/news-bmf-head.jpg");
}
section#image-head.mandate-head {
    height: 20rem;
    background-image: url("../img/news-bmf-head.jpg");
}
section#image-head.news-urteil {
    height: 20rem;
    background-image: url("../img/news-urteil-head.jpg");
}
section#image-head.news-eu {
    height: 20rem;
    background-image: url("../img/news-eu-head.jpg");
}
section#image-head.vortraege-archiv {
    height: 20rem;
    background-image: url("../img/vortraege.jpg");
}

section#image-head.covid-kanzlei {
    height: 20rem;
    background-image: url("../img/kanzlei-schild.jpg");
}

section#image-head.phil-img {
  height: 42rem
}
section#image-head.anwaelte {
    height: 33rem;
    background-image: url("../img/news-bmf-head.jpg");
}

@media print, screen and (max-width: 1175px) {
  section#image-head {
    height: 94.5rem;
  }
}

@media print, screen and (max-width: 960px) {
  .news-bmf h1, .news-urteil h1, .news-eu h1  {
    font-size: 2rem;
  }
  section#image-head.news-bmf,
  section#image-head.news-urteil,
  section#image-head.news-eu {
    height: 25rem;
  }
  section#image-head.mandate-head {
    height: 13rem;
    background-image: url("../img/news-bmf-head.jpg");
} 
}

@media print, screen and (max-width: 903px) {

  section#image-head.sr {
  	height: 66rem;
  	 }

  section#image-head.ssr,
  section#image-head.wsr,
  section#image-head.phil-img {
    height: 52rem;
     }
}

@media print, screen and (max-width: 585px) {

  section#image-head.sr {
  	height: 72rem;
  	 }

  section#image-head.ssr,
  section#image-head.wsr,
  section#image-head.phil-img {
    height: 61rem;
     }
  section#image-head.anwaelte {
    height: 47rem;
  }
}

@media print, screen and (max-width: 500px) {

  section#image-head.sr {
    height: 82rem;
     }
}


@media print, screen and (max-width: 460px) {

  section#image-head.sr {
  	height: 90rem;
  	 }
  section#image-head.ssr,
  section#image-head.wsr,
  section#image-head.phil-img {
    height: 70rem;
     }
}

@media print, screen and (max-width: 400px) {

  section#image-head {
    padding: 5rem 0 0 0;
  }

  section#image-head.sr {
    height: 85rem;
     }

  section#image-head.wsr {
    height: 62rem;
  }

  section#image-head.ssr {
    height: 64rem;
  }

  section#image-head.phil-img {
    height: 75rem;
     }
}

@media print, screen and (max-width: 370px) {

  section#image-head.sr {
    height: 95rem;
     }
  section#image-head.ssr,
  section#image-head.wsr {
    height: 87rem;
     }

  section#image-head.phil-img {
    height: 75rem;
     }
}

@media print, screen and (max-width: 357px) {

  section#image-head.sr {
    height: 105rem;
     }
  section#image-head.ssr,
  section#image-head.wsr {
    height: 68rem;
     }
}


.sr {
    background-image: url("../img/sr-head.jpg");
}

.ssr {
    background-image: url("../img/ssr-head.jpg");
}

.wsr {
    background-image: url("../img/wsr-head.jpg");
}

.wsr {
    background-image: url("../img/wsr-head.jpg");
}

.phil-img {
    background-image: url("../img/philosophie-head.jpg");
}


#image-head h1,
.default-cont h1,
.contact-cont h1 {
	margin-bottom: 3.125rem
}

#image-head p,
.default-cont .subtext{
	padding-bottom: 8rem;
}

#image-head p{
  padding-bottom: 4rem;
}

/*********Section 2***********/

.secondcontent h2 {
	margin-top: 6.25rem;
}

.secondcontent h2.first {
	margin-top: 0rem;
}

.secondcontent.anwaelte h2 {
  margin-top: 3.25rem;
}


.news .fachcontent {
  text-align: left;
}

.fachcontent {
	text-align: justify;
}

.fachcontent a {
	color: #ceaa5a;
	border-bottom: 1px dotted #ceaa5a;

}

@media print, screen and (min-width: 64em) {
.fachcontent .large-5 {
	width: 46%
	 }
}


/*********Section 3 FAQ***********/

#fragen-steuerrecht, #fragen-steuerstrafrecht, #fragen-wirtschaftsstrafrecht {
  background-color: #f8f8f8;
  padding: 8rem 0;
  outline: 0 none;
}

/*****************************/
/*****************************/
/*********Personen************/
/*****************************/
/*****************************/

.person {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e1e1e1+100 */
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #e1e1e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f4f4f4 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

.zurperson {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

#cf-image {
  background-image: url(../img/cf_bg.png);
}

#jrm-image {
  background-image: url(../img/jrm_bg.png);
}

.text_pers {
	padding-left: 5rem;
}

.text_pers li,
.mitgliedschaften li {
  background: url(../img/bullet.png) no-repeat left 15px;
  padding: 0 0 0 0.75rem;
  list-style: none;
  margin: 0 0 0 -0.75rem;
}

.profile-meta {

}

.profile-meta h2 {
  
}

.zurperson .greybg {
  border: 1px solid #D7D7D7;
  padding: 4rem 4rem;
  margin-bottom: 0rem;
  margin-top: 4rem;
}

@media print, screen and (max-width: 1490px) {
  .zurperson {
  background-position: 15%;
  }
}

@media print, screen and (max-width: 1200px) {
  .zurperson {
  background-position: 25%;
  }
}



@media print, screen and (max-width: 1024px) {
	.text_pers {
		padding-left: 0rem;
		padding-top: 2rem;
	}

	section#image-head.person {
    height: 102rem;
	}
}

@media print, screen and (max-width: 812px) {

  #cf-image,
  #jrm-image {
    background-image: none;
  }

  section#image-head.person.jm {
  	height: 132rem;
  	 }
  section#image-head.person.cf {
    height: 113rem;
     }
  section#image-head.person.el {
    height: 82rem;
     }
}

@media print, screen and (max-width: 576px) {

  #cf-image,
  #jrm-image {
    background-image: none;
  }

  section#image-head.person.jm {
    height: 160rem;
     }
  section#image-head.person.cf {
    height: 130rem;
     }
  section#image-head.person.el {
    height: 84rem;
     }
}


/*****************************/
/*****************************/
/*******Publikationen*********/
/*****************************/
/*****************************/


section#public-head {
	position: relative;
    padding: 10rem 0 0 0;
    bottom: 0rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;;
    height: 38.63rem;
    background-image: url("../img/public-head.jpg");
	/*background: #e8e8e8; /* Old browsers */
	/*background: -moz-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #f5f5f5 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

@media print, screen and (max-width: 903px) {
section#public-head {
	height: 42rem;
	 }
}


@media print, screen and (max-width: 460px) {
section#public-head {
	height: 39rem;
  padding: 10rem 0 0 0;
	 }
}

.secondcontent .greybg a.button {
	margin-top: 2.5rem;
}

.secondcontent .greybg button {
	margin-top: 2.5rem;
}

.secondcontent .greybg h2 {
	margin-top: 0;
  margin-bottom: .25rem;
}

p.public-table {
	margin-bottom: 2.5rem;
}

.mobile-thead {
	color: #163851;
	font-weight: 700;
}

.book-pdf {
  text-align: center;
  vertical-align: middle;
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
  border: 1px solid;
  width: 15rem;
  margin: 0 auto;
  margin-top: 1.2rem;
  padding: 0.5rem 1rem 0.8rem;
}

.book-pdf::before {
  background-image: url(../img/pdf.svg);
  background-size: 1.35rem;
  background-position: 0 0.25rem;
  background-repeat: no-repeat;
  height: 1.6rem;
  width: 1.7rem;
  content: "";
  display: inline-block;
  top: 5px;
  position: relative;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

.book-pdf:hover::before {
  background-image: url(../img/pdf-hover.svg);
}

.rezension {
  padding: 2.5rem 0 0 0;
  margin-top: 2.25rem;
  border-top: 1px solid #e0e0e0;
}

.rez-1 {
  width: 100%;
}

.rez-1 a {
  margin-top: 1rem;
  font-family: "Montserrat Regular",  system-ui,  -apple-system,  sans-serif;
  font-weight: 400;
  font-size: 1.175rem;
}

.rez-1 a::after {
  content: url(../img/arrow-right.svg);
  position: absolute;
  width: 16px;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  height: auto;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

.rez-1 a:hover::after {
    content: url(../img/arrow-right-hover.svg);
    margin-left: 0.8rem;
}

@media print, screen and (max-width: 710px) {
.rez-1 {
  width: 100%;
}
}

/*****************************/
/*****************************/
/**********Kontakt************/
/*****************************/
/*****************************/

.standort {
  background-color: #F0F0F0;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.standort img {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 2.25rem;
}

.contact-text {
  padding-left: 2rem;
}

.contact-text p {
  padding-bottom: 1rem;
}

.contact-text h2 {
  margin: 0 0 0.75rem 0;
}


@media print, screen and (max-width: 710px) {
  
  #kontaktdaten .row { 
    margin-bottom: 5rem;
  }

  #kontaktdaten p {
    padding-bottom: 0.5rem;
  }

}



/*****************************/
/*****************************/
/**********Default************/
/*****************************/
/*****************************/


.default-cont, .contact-cont {
	position: relative;
    padding: 10rem 0 0 0;
    bottom: 0rem;
}

#map-mz,
#map-fm,
#map-lu {
	height: 13rem;
	position: relative;
	margin-bottom: 5rem;
}

.mailkontakt {
	font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
	font-weight: 600;
	font-size: 1.375rem;
	color: #163851;
	margin: 0 0 5rem 0;
}

@media print, screen and (max-width: 552px) {
.default-cont, .contact-cont {
  padding: 5rem 0 0 0;
}

.default-cont .subtext {
  padding-bottom: 3rem;
}

}

/*****************************/
/*****************************/
/************meta*************/
/*****************************/
/*****************************/

.meta {
	margin-bottom: 10rem;
}

.meta p {
	padding-bottom: 0.5rem;
}

/*****************************/
/*****************************/
/********Datenschutz**********/
/*****************************/
/*****************************/

.datenschutz ul {
  padding-bottom: 0.5rem;
}


/*****************************/
/*****************************/
/*********Map Static**********/
/*****************************/
/*****************************/

#map {
  max-height: 500px;
}

.map-mz {
  background-image: url("../img/map-mz.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 500px;
  position: relative;
  display: block;
}

.ffm {
  background-image: url("../img/map-ffm.png");
}
.no {
  background-image: url("../img/map-nohf.png");
}

.map-btns {
  margin-top: -10rem;
  position: relative;
  top: -5rem;
}


button.mz-map {
  background-color: #163851;
  color: #fff;
  padding: 1.2rem;
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  text-transform: uppercase;
  border: none;
  width: 26rem;
  z-index: 999;
  position: relative;
  bottom: 0rem;
  cursor: pointer;
}


button.ffm-map {
  background: #163851;
  padding: 1.2rem;
  color: #fff;
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  text-transform: uppercase;
  border: none;
  width: 26rem;
  z-index: 999;
  position: relative;
  bottom: 0rem;
  cursor: pointer; 
  opacity: 0.5
}

button.no-map {
  background: #163851;
  padding: 1.2rem;
  color: #fff;
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  text-transform: uppercase;
  border: none;
  width: 26rem;
  z-index: 999;
  position: relative;
  bottom: 0rem;
  cursor: pointer; 
  opacity: 0.5
}

button.ffm-map,
button.no-map {
  margin-top: 2px;
}

.map-button-hover {
  opacity: 1 !important;
}

.map-button-nohover {
  opacity: 0.5!important;
}

@media print, screen and (max-width: 1024px) {
  .map-mz {
  background-position: 52% top;
  }

}

@media print, screen and (max-width: 610px) {
  .map-mz {
  background-position: 56% top;
  }
  button.ffm-map,
  button.mz-map,
  button.no-map {
  bottom: 15rem;
  left: 10%;
  }
}

@media print, screen and (max-width: 440px) {
  button.ffm-map,
  button.mz-map,
  button.no-map {
    width: 16rem;
  }
  .no {
    background-position: -81rem 7rem !important;
    background-size: 170rem;
  }
}


/*****************************/
/*****************************/
/************News*************/
/*****************************/
/*****************************/

.news ul {
  padding-bottom: 0.5rem;
}

p.news-links {
  margin: 1.5rem 0;
}

p.news-links span {
  line-height: 2;
}

/*****************************/
/*****************************/
/*********Vortraege***********/
/*****************************/
/*****************************/

#vortraege-page {
  padding-top: 8rem;
}

/*******************************/
/*******************************/
/***********Language************/
/*******************************/
/*******************************/

#language-select a {
  position: relative;
  font-size: 1.5rem;
  font-family: "Crimson Text Regular",  system-ui,  -apple-system,  serif;
  color: #163851;
  z-index: 1;
  float: left;
  left: 90%;
  margin: 2.55rem 0 2rem 0.125rem; 
  transition: 0s;
}

#language-select a:hover {
  color: #ceaa5a; 
}

@media print, screen and (max-width: 1023px) {
  #language-select a {
  left: 80%;
  }

}

@media print, screen and (max-width: 800px) {
  #language-select a {
  left: 70%;
  }

}

@media print, screen and (max-width: 600px) {
  #language-select a {
  left: 60%;
  }

}

@media print, screen and (max-width: 430px) {
  #language-select a {
  left: 40%;
  }

}



/*******************************/
/*******************************/
/*******Slider*********/
/*******************************/
/*******************************/

screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.center-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-grid {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
}

.carousel, .carousel-2, .carousel-3 {
  overflow: hidden;
  margin-left: -5rem;
}
.carousel ul,
.carousel-2 ul,
.carousel-3 ul {
  position: relative;
  height: 12rem;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.carousel .button,
.carousel-2 .button,
.carousel-3 .button {
  font-size: 40px;
  background-color: transparent;
  display: block;
  text-align: center;
  padding: 16px;
  margin: 0;
  color: #fff;
  border: none;
  margin-top: -3rem !important;
}

.carousel .button img,
.carousel-2 .button img,
.carousel-3 .button img {
  position: relative;
  width: 2rem;
  height: 2rem;
}

.carousel .button.button--prev,
.carousel-2 .button.button--prev,
.carousel-3 .button.button--prev {
  margin-right: 1rem
}

.carousel .button:hover, .carousel .button:focus,
.carousel-2 .button:hover, .carousel-2 .button:focus,
.carousel-3 .button:hover, .carousel-3 .button:focus {
  color: #ffeb29;
  border-bottom: none;
  cursor: pointer;
}

.carousel__slides,
.carousel__slides-2,
.carousel__slides-3 {
  -webkit-box-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  flex: 1;
}

.carousel__slide,
.carousel__slide-2,
.carousel__slide-3 {
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s;
}
.carousel__slide.active,
.carousel__slide-2.active,
.carousel__slide-3.active {
  opacity: 1;
  z-index: 2;
}

.carousel__controls,
.carousel__controls-2,
.carousel__controls-3 {
  flex: initial;
  -webkit-flex: 0 1 auto;
}

@media (max-width: 450px) {

  .greybg.rez {
    padding: 3rem 0 3rem 2rem;
  }

  .hidden-mobile {
    display: none;
    visibility: hidden;
  }

  .carousel, .carousel-2, .carousel-3 {
    margin-left: -1rem;
  }

  .carousel ul,
  .carousel-2 ul,
  .carousel-3 ul {
    height: auto;
  }

  .carousel__slide,
  .carousel__slide-2,
  .carousel__slide-3 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    margin: 16px 0;
  }
  .carousel__slide div,
  .carousel__slide-2 div,
  .carousel__slide-3 div {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 0rem;
  }
  .carousel__slide:first-child,
  .carousel__slide-2:first-child,
  .carousel__slide-3:first-child {
    margin-top: 0;
  }
  .carousel__slide:last-child,
  .carousel__slide-2:last-child,
  .carousel__slide-3:last-child {
    margin-bottom: 0;
  }
}

/*******************************/
/*******************************/
/***********Accordion***********/
/*******************************/
/*******************************/

ul.accordion {
  padding-left: 0rem;
  padding-bottom: 0;
  margin-bottom: 3rem;
}

.accordion-item {
  background-color: #e0e0e0;  
}


.accordion-item .is-active {
  background-color: #0F2F42;
}

.accordion-content {
  display: none;
  padding: 0.5rem 2.2rem 3rem 2.2rem;
  border: 0px;
  border-bottom: 0;
  background-color: #f0f0f0;
  color: #0F2F42;
}

.accordion p,
.accordion ul {
  color: #0F2F42;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 0;
  border-bottom: 1px solid #163851;
  font-size: 1.375rem;
  font-family: "Montserrat SemiBold",  system-ui,  -apple-system,  sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #0F2F42;
  line-height: 1.8rem;
}

.accordion-title:hover, 
.accordion-title:focus {
  background-color: #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  color: #0F2F42;
}


/*social share button*/
.menu-item,
.menu-open-button {
  background: #f8f8f8;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  line-height: 64px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
  display: none;
}

.menuShare {
  margin: auto;
  position: relative;
  bottom: 150px;
  right: 15px;
  width: 80px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
  z-index: 1;
  margin-top: 2rem;
}

.menuShare a.menu-item .fa{
  color: #fff
}

.share-icon{
  color: #596778;
}

.menu-item:hover {
  opacity: 1;
}

.menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.14);
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 4.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 4.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(-65px, 0px, 0);
  transform: translate3d(-2px, 65px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(65px, 0px, 0);
  transform: translate3d(-2px, 130px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, 65px, 0);
  transform: translate3d(-2px, 195px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, 65px, 0);
  transform: translate3d(-2px, 260px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, 65px, 0);
  transform: translate3d(-2px, 325px, 0);
}

.facebook_share_btn {
  background-color: #3b5998;
}

.facebook_share_btn:hover {
  color: #3b5998;
  text-shadow: none;
}

.twitter_share_btn {
  background-color: #00aced;
}

.twitter_share_btn:hover {
  color: #00aced;
  text-shadow: none;
}

.mailing {
  background-color: #dd4b39;
}

.mailing:hover {
  color: #dd4b39;
  text-shadow: none;
}

.xing_share_btn {
  background-color: #005D5B;
}

.xing_share_btn:hover {
  color: #005D5B;
  text-shadow: none;
}

.linkedin_share_btn {
  background-color: #006699;
}

.linkedin_share_btn:hover {
  color: #006699;
  text-shadow: none;
}

.menu-open-button img {
  width: 1.8rem;
  margin-top: -0.5rem;
  margin-left: -0.2rem;
}

.menu-item img {
  width: 1.8rem;
  margin-top: -0.6rem;
}

@media print, screen and (max-width: 700px) {
  .menuShare {
    bottom: 140px;
    right: 85px;
}
}

@media print, screen and (max-width: 400px) {
  .menuShare {
    bottom: 70px;
    right: 85px;
}
}

/*end social share button*/


.compliance-berater-logo {
    position: relative;
    top: 25rem;
    width: 3.5rem;
}

@media screen and (max-width: 1023px) {

  .compliance-berater-logo {
    top: 23rem;
}
}

@media screen and (max-width: 500px) {

  .compliance-berater-logo {
    top: 29rem;
}
}



@media screen and (max-width: 768px) {

  .compliance-berater-logo {
    top: 25rem;
}
}

@media screen and (max-width: 440px) {

  .compliance-berater-logo {
    top: 31rem;
}
}

@media screen and (max-width: 440px) {

  .compliance-berater-logo {
    top: 31rem;
}
}

@media screen and (max-width: 390px) {

  .compliance-berater-logo {
    top: 36rem;
}
}


/***BANNER***/


.callout {
  position: fixed;
  bottom: 2rem;
  margin: 0 1rem;
  padding: 0;
  border: 0;
  z-index: 999;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
  width: 880px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
}

.callout-header {
  padding: 2rem 2rem 1px;
  background-color: #163851;
  border-radius: 8px 8px 0 0;
}

.callout-header h2 {
  color: #fff;
}

.callout-container {
  padding: 1rem 2.2rem 0.1rem 2.2rem;
  background-color: #163851;
  border-radius:8px;
}

.callout p {
  padding-bottom: 0;
  color: #fff;
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}

.callout .mail {
  padding-left: 3rem;
}

.mobile-contact img {
  width: 3rem;
  margin: 1rem 2rem 2rem;
  display: none;
}

.callout .center {
  text-align: center;
}


@media screen and (max-width: 1023px) {

  .callout {
    width: 100%;
    margin: 0;
    bottom: 0rem;
    border-radius: 8px 8px 0 0;
  }

  .callout-container {
     border-radius: 8px 8px 0 0;
  }

  .callout .phone,
  .callout .mail {
    display: none;
  }

  .mobile-contact img {
    display: inline;
  }
}

/****Corona****/
.corona-gold {
  background-color: #CEAA5A;
  width: 100%;
  position: relative;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.corona-gold p {
  color: #fff;
  margin: 0.8rem 0 0;
  font-family: "Montserrat Medium",  system-ui,  -apple-system,  sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0.8rem;
}

.corona-gold img {
  width: 0.6rem;
  height: auto;
  margin-left: 0.2rem;
  position: relative;
  bottom: 0.13rem;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.corona-gold:hover img {
  margin-left: 0.4rem;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.corona-gold:hover {
  background-color: #DBB96B;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.corona-gold .mobile {
    display: none;
    }

@media screen and (max-width: 660px) {

  .corona-gold .desktop {
    display: none
    }
  .corona-gold .mobile {
    display: block;
    }

  .corona-gold p {
    margin: 0.5rem 0 -0.5rem;
    }
    .sticky-wrapper {
    height: 4.4rem;
    }
}

.special-news {
  position: relative;
  background-color: #CCA85A;
  width: 100%;
  bottom: 6.5rem;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.special-news p {
  color: #fff;
  margin: 0.8rem 0 0;
  font-family: "Montserrat Medium",  system-ui,  -apple-system,  sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0.8rem;
}

.special-news img {
  width: 0.6rem;
  height: auto;
  margin-left: 0.2rem;
  position: relative;
  bottom: 0.13rem;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.special-news-btn {
  margin-top: 1.5rem
}

.button.gold {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.button.gold:hover {
  background-color: #fff;
  color: #CCA85A;
}

@media screen and (max-width: 1024px) {
  .special-news-btn {
    margin-top: 1rem
    } 
  .special-news {
    padding: 2rem;
  }
}

@media screen and (max-width: 660px) {

  .special-news p {
    margin: 0.5rem 0 -0.5rem;
    }

}

/***Top Info****/

.top-info {
  background-color: #fff;
  width: 100%;
  position: relative;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.top-info p {
  color: #163851;
  margin: 0.4rem 0 -2rem;
  font-family: "Montserrat Medium",  system-ui,  -apple-system,  sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}

@media screen and (max-width: 660px) {

  .top-info p {
    margin: 0.5rem 0 -0.5rem;
    }
}

@media screen and (max-width: 410px) {

  .top-info {
    display: none;
    }


}

.mandate-home {
  margin-top: 7rem;
}

.button.mandate {
    background-color: #163851;
    color: #fff;
}

@media screen and (max-width: 774px) {
  .mandate-home hr {opacity: 0;}
}

@media screen and (max-width: 639px) {
  .mandate-home hr {display: none;}
}

#cta {
  padding: 3.5rem 0 3rem;
  background-color: #163851;
  text-align: center;
}

#awards-desktop img {
    width: 120px;
    float: left;
    position: relative;
    margin-top: 19.4rem;
    margin-right: 1rem;
}

@media screen and (max-width: 1023px) {
  #awards-desktop {
    display: none;
  }
}

#awards-mobile img {
  float: left;
  position: relative;
  width: 120px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1023px) {
  #awards-mobile {
    display: none;
  }
}



/*.covid-news-bg {
  position: absolute;
  bottom: 0;
  background-color: #163851;
  width: 30rem;
  height: 3rem;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  opacity: 0.7;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

.covid-news {
  position: absolute;
  bottom: 0.6rem;
  margin-left: 1rem;
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
}

.covid-news img {
  width: 0.6rem;
  height: auto;
  margin-left: 0.2rem;
  position: relative;
  bottom: 0.13rem;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

a:hover .covid-news img {
  margin-left: 0.4rem;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

a:hover .covid-news-bg {
  opacity: 1;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition: .25s;
}

@media screen and (max-width: 1000px) {

  #scrolldown-arrow {
    display: none
    }

  section#homefirst {
    height: 36rem;
  }
}

@media screen and (max-width: 510px) {

  section#homefirst {
    height: 42rem;
  }

  .covid-news-bg {
    width: 23rem;
  }

  .covid-news {
    font-size: 0.75rem;
    bottom: 0.8rem;
  }
}

@media screen and (max-width: 388px) {

  section#homefirst {
    height: 48rem;
  }

  .covid-news-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
}*/


/***Foundation Anpassungen*

@media screen and (max-width: 1300px) and (min-width: 640px){

.reveal.tiny {
    width: 60%;
    max-width: 74.688rem;
}***/

