@charset "UTF-8";
/* Base Styles */

/* FONTS --------------------------------------------------- */

@font-face {
  font-family: 'Quicksand';
  src: local('Quicksand'), local('Quicksand'),
  url(../fonts/Quicksand-VariableFont_wght.woff2) format("woff2"),
  url(../fonts/Quicksand-VariableFont_wght.ttf) format("truetype");
}

@font-face {
  font-family: 'PTSansNarrow-Regular';
  src: local('PTSansNarrow Regular'), local('PTSansNarrow-Regular'),
  url(../fonts/PTSansNarrow-Regular.woff2) format("woff2"),
  url(../fonts/PTSansNarrow-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'PTSansNarrow-Bold';
  src: local('PTSansNarrow Bold'), local('PTSansNarrow-Bold'),
  url(../fonts/PTSansNarrow-Bold.woff2) format("woff2"),
  url(../fonts/PTSansNarrow-Bold.ttf) format("truetype");
}


/* ROOT VARIABLES --------------------------------------------------- */

:root {
  --familyMainFont: Quicksand, Nunito, futura-pt, sans-serif;
  --familyNarrowFont: PTSansNarrow-Bold, PTSansNarrow-Regular, sans-serif;
  --familyNarrowFontRegular: PTSansNarrow-Regular, sans-serif;
  --Black: #000;
  --colorMainFont: #000000;
  --darkGrey: #333;
  --veryDarkGrey: #2b2b2b;
  --mediumGrey: #555;
  --lightGrey: #999;
  --GreyLink: #adadad;
  --colorActiveLink: #999;
  --boxBorderColor: #555;

  --colorBlue: #006699;
  --colorNavBlue: #005a9c;  /* links */
  --colorNavBar: #09a;  
  --colorNavRed: #ff0000;
  --colorNavOrange: #FB6542;
  --colorLogo: #00406E;   /* logo */
  --colorHeader: #0040AE;   /* grosse titel */
  
  --accbg:#f6f6f6;
  --acchover:#e9f1F6;
  --acccolor:#f3f3f3;
  
  --dark:#343a40;
  
  --comparebuttondokko: #dd5e04;  /* borders comparebutton */
  --comparebuttonoverview: #aaa;
  --comparebuttonimacon: #aaa;
  --comparebuttons: #ddd;
  --buttonBG: #f9f2f1;
}

/* ALIGNS --------------------------------------------------- */

/* center with and without scrollbars ---------------------------------------------- */
/* 
@media screen and (min-width: 600px) {
html {
margin-left: calc(100vw - 100%);
margin-right: 0;
overflow: auto;
}
}
*/

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  background-color: #fff;
  font-family: var(--familyMainFont);
  color: var(--colorMainFont);
  font-weight: 400;
  font-size: 1.0em;
  letter-spacing: 0.05em;
  line-height: 1.65em;
  text-rendering: optimizeLegibility;
  margin: 0;
}

.gallery-grid-wrapper-3columns {
  display: grid;
  position: relative;
  grid-template-columns: 1.4fr 1.23fr 1.03fr;
  /* grid-template-rows: 200px auto; */
  grid-gap: 20px 12px;
  /* background-color: #933; */
  /* padding: 1em; */
  /* max-width: 30rem; */
  /* grid-auto-rows: minmax(100px, auto); */
}

@media only screen and (max-width: 620px) {
  .gallery-grid-wrapper-3columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 1em;
  } 
}

.photographers-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.photographer {
  padding: 2em ;
}

.center-div {
  margin: auto;
}

.left-50 {
  float: left;
  width: 50%;
  padding: 15px;
}

.right-50 {
  float: left;
  width: 50%;
  padding: 15px;
}

.left-33 {
  float: left;
  width: 33.3%;
  padding: 0 20px;
}

.center-33 {
  float: left;
  width: 33.4%;
  padding: 0 20px;
}

.right-33 {
  float: left;
  width: 33.4%;
  padding: 0 20px;
}

.section-box {
  max-width: 15em;
  padding: 15px;
  margin: auto;
  background-color: #e5f4ff;
  text-align: center;
}

.pagewidth {
  width:90%;
  margin: auto;
}

.central-column {
  margin: auto;
  max-width: 880px;
}

.flex-center-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fit-max {
  max-width:100%;
  max-height:100%;
}

.fit-contain {
  width:100%;
  object-fit: contain;
}

.fit-cover {
  width:100%;
  height:300px;
  object-fit: cover;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .pagewidth {
    width: 95%;
    margin: auto;
  }
  .menu, .main, .right, .left-33, .center-33, .right-33, .left-50, .right-50 {
    width: 100%;
  }
}



/* text --------------------------------------------------- */

h1 {
  font-weight: 400;
  font-size: 1.0em;
  letter-spacing: 0.02em;
  margin-top: 2em;
  margin-bottom: 0.8em;
  border-bottom-color: var(--colorHRBlue);
}

h2 {
  font-family: var(--familyNarrowFont);
  color: var(--veryDarkGrey);
  font-size: 1.3em;
  line-height: 1.4em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 1.8em;
}

h3 {
  font-weight: 580;
  font-size: 1.1em;
  letter-spacing: 0.03em;
  margin-top: 1.6em;
  margin-bottom: 0em;
}

ul {
  list-style-type: circle;
  margin-top: 0.2em;
}

.text-center {
  text-align: center;
}

.centertext {
  font-weight: 300;
  font-size: 1.07em;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: -0.7em;
  margin-top: 1.3em;
}

.basiclist {
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: 0.03em;
  margin-bottom: -0.5em;
  margin-top: 1.3em;
}

.basiclist-center {
  /* text-align: center; */
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: 0.03em;
  margin-bottom: -0.5em;
  margin-top: 1.3em;
}

.basiclist-center::after {
  content: '';
  display: block;
  height: 0.5em;
  width: 3em;
  /* margin: auto; */
  border-bottom: 1px solid #2a2a2a;
}

.sublist {
  margin-bottom: 1em;
}

.sublist-center {
  /* text-align: center; */
  margin-bottom: 0.1em;
}

.list-header {
  font-size: 1.01em;
  font-weight: 500;
  margin-top: 0.9em;
  margin-bottom: 0.1em;
}


.mainheader2 {
  margin-top: 2.9em;
  margin-bottom: 1.5em;
}

.mainheader2::after {
  content: '';
  display: block;
  height: 0.7em;
  width: 4em;
  margin: auto;
  border-bottom: 1px solid #2a2a2a;
}

.introtext {
  margin: auto;
  text-align: center;
  max-width: 40em;
  margin-top: -0.5em;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 620px) {
  .introtext {
    margin: auto;
    width: 95%;
    text-align: center;
    margin-top: -1.2em;
    margin-bottom: 1.0em;
  }
}

.spacer1em {
  height: 1em;
}

.spacer3em {
  height: 3em;
}

.spacer1em-hr50px {
  height: 1em;
  width: 5em;
  margin: auto;
  border-top: 1px solid #2a2a2a;
}

.condensed1 {
  font-family: var(--familyNarrowFont);
  color: var(--veryDarkGrey);
  font-size: 1.11em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}


/* LINKS --------------------------------------------------------------- */

/* unvisited link */
a {
  color: #000;
  /* text-underline-offset: 0.07em; */
}

a:link {
  color: var(--darkGrey);
}

a:visited {
  color: var(--darkGrey);
}

/* mouse over link */
a:hover {
  color: #aaa;
  /*border-bottom: 1px solid #171717;*/
}

/* selected link */
/*a:active {
color: var(--colorNavRed);
}*/

a.changelanguage {
  /* font-weight: 600; */
}

a.changelanguage:hover {
  /* color: var(--teal); 
  border-bottom: 1px solid #171717;*/
}

a.totop {
  font-size: 0.93em;
  font-weight: 300;
}

a.totop:hover {
  /* border-bottom: 1px solid #171717; */

}

/* NAVIGATION TOP MENU ------------------------------------------------------- */

nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

nav li {
  font-weight: 500;
  font-size: 1.0em;
  letter-spacing: 0.08em;
  padding: 0.5em 0.3em;
  line-height: 2.2em;  
  height: 30px;
  text-transform: uppercase;
  display: inline-block;
}

nav a {
  display: block;
  text-decoration: none;
  transition: .05s background-color;
}

nav a:hover {
  /* border-bottom: 1px solid #171717; */
}
 
nav a.active {
  color: var(--colorActiveLink);
  cursor: default;
}

nav hr {
  height: 1px; 
  background-color: #333; 
  border: 0 none;
}


/* footer */

footer {
  padding-bottom: 1.1em;
}

footer::before {
  content: '';
  display: block;
  padding-top: 3.5em;
  margin-bottom: 1em;
  width: 100%;
  /* margin: auto; */
  border-bottom: 1px solid #999;
}

footer ul {
  list-style: none;
  /* text-align: center; */
  padding: 0;
  margin: 0;
}

footer li {
  font-weight: 500;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  padding: 0.5em 1.3em;
  line-height: 1.2em;  
  text-transform: uppercase;
  /* display: inline-block; */
}

footer a {
  display: block;
  text-decoration: none;
  transition: .05s background-color;
}
 
footer a.active {
  color: var(--colorActiveLink);
  cursor: default;
}


/* misc elements --------------------- */

.imagecenter {
	margin-top: 1.9em;
	width: 100%;
}

.image-caption-top {
	text-align: center;
  font-family: var(--familyNarrowFont);
  color: #555;
  text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.97em;
	margin-top: -0.8em;
	margin-bottom: 0.5em;
}

.watermark1 {
	text-align: right;
  font-family: var(--familyNarrowFont);
  color: #666;
  text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.77em;
	margin-top: -0.8em;
	margin-bottom: 0.5em;
}
/* 
watermark1::before {
  content: '© ';
} */

.watermark-mammoth {
	text-align: right;
  font-family: var(--familyNarrowFont);
  color: #555;
  text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.97em;
	margin-top: -0.4em;
	margin-bottom: 0.5em;
}

.image-caption-mammoth {
  font-family: var(--familyNarrowFont);
  color: #555;
  text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.97em;
	margin-top: -0.4em;
	margin-bottom: 0.5em;}

.image-caption-mammoth-bottom-left {
  float: left;
}

.watermark-mammoth-bottom-right {
  float: right;
  text-align: right;
}

.buttonlink2 {
	font-weight: 500;
	font-size: 1.0em;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 0.1em;
}

.buttontext2 {
	font-weight: 400;
	font-size: 0.95em;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none;
  line-height: 1.39em;
	margin-top: 0.6em;
	margin-bottom: 1.2em;
}

.buttontext2::after {
  /* font-family: var(--familyMainFont); */
  font-size: 1.6em;
  content: '\2192';
  display: block;
  height: 0.5em;
  /* width: 4em; */
  margin: auto;
  margin-top: 0.3em;
  /* border-bottom: 1px solid #2a2a2a; */
}

.buttontext-arrow-down {
	font-weight: 400;
	font-size: 0.95em;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none;
  line-height: 1.39em;
	margin-top: 0.6em;
	margin-bottom: 1.2em;
}

.buttontext-arrow-down::after {
  /* font-family: var(--familyMainFont); */
  font-size: 1.6em;
  content: '\2193';
  display: block;
  height: 0.5em;
  /* width: 4em; */
  margin: auto;
  margin-top: 0.3em;
  /* border-bottom: 1px solid #2a2a2a; */
}
.comparebuttons-tech ul {
  padding: 0px;
  display:block;
  margin:0 auto;
}

.comparebuttons-tech li {
	font-size: 0.93em;
	letter-spacing: 0.04em;
	/* line-height: 1.5em;   */
	padding: 0.25em 0.8em 0.25em 0.8em;
	text-align: center;
	text-decoration: none;
  margin: 0.3em;
	display: inline-block;
/* 
	border-radius: 4px;
	background-color: #fafcfd;
	border: 1px solid #0044cc;
 */
}

.comparebuttons-tech:hover {
	cursor: pointer;
}

.comparebuttons4 {
	font-weight: 500;
  min-width: 15em;
	margin: 1.0em;
	padding: 0.15em 0.5em 0.15em 0.5em;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid var(--boxBorderColor);
}


.jump-to-button {
	font-weight: 500;
  min-width: 9em;
	margin: 0.6em;
	padding: 0.15em 0.2em 0.15em 0.2em;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid var(--boxBorderColor);
}

.comparebuttonall {
	border: 1px solid var(--veryDarkGrey);
  border-radius: 3px;
  margin: 0.3em;
}

/* FORM FORMATTING ---------------------------------------------- */

.select-css {
	display: block;
	font-size: 1em;
	color: #333333;
	line-height: 1.3;
	padding: .3em 1.4em .3em 1.0em;
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #f6f6f6;
 	background-image: linear-gradient(#f6f6f6 ,#eeeeee);
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-color: #888;
}

.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.select-css option {
  font-weight: 300;
}

.selection {
  font-size: 1.0em;
  color: var(--colorBlue);
  letter-spacing: 0.05em;
  margin-top: 0.9em;
  margin-bottom: 0.2em;
}

.button {
	display: block;
	font-size: 1em;
	color: #333333;
	line-height: 1.3;
	padding: .3em 1.4em .3em 1.0em;
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--buttonBG);
	background-image: linear-gradient(#f6f6f6 ,#eeeeee);
}

input {
  line-height: 1.7;
}

.priceinfo {
  position:absolute;
  font-size: 0.75em;
	margin-left: 1em;
}

.calculatorfixed {
  background-color: #f6f9ff;
	font-size: 0.95em;
	line-height: 1.6;
  position:fixed;
	padding: 1em;
  /* 
  right: 5em;
  bottom: 5em;
   */
  left: 60%;
  top: 15em;
  width: 15em;
  z-index: 100;
}

@media only screen and (max-width: 620px) {
  .calculatorfixed {
    left: 50%;
    top: 60%;
  }
}

.calculatortotal {
	font-weight: 400;
}

.inputaddress {
  width: 40em;
}

.inputremarks {
  width: 59em;
}

@media only screen and (max-width: 620px) {
  .cont_details {
    width: 100%;
  }
  .inputaddress {
    width: 95%;
  }
  .inputremarks {
    width: 95%;
  }
}

/* 
.floatleft {
  float: left;
  width: 29%;
  margin: auto;
  display: block;
  margin-right: 10px;
}

.floatleft::after {
  content: "";
  clear: both;
}
 */


/* accordion for FAQ --------------------------------------------------------------- */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  font-size: 1.0em;
  font-weight: 450;
  letter-spacing: 0.04em;
  background-color: var(--accbg);
  cursor: pointer;
  padding: 0.7em 1.2em;
  width: 100%;
  text-align: left;
  margin-top: 0.4em;
  margin-bottom: 0.1em;
  border: none;
  outline: none;
  transition: 0.2s;
}

.accordion::after {
  font-size: 1.2em;
  content: '\002B';
  color: #333;
  float: right;
  margin-right: 0.5em;
}

.active::after {
  /* content: "\2212"; */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
/* 
  color: var(--teal);
 */
  background-color: var(--acchover);
}
/* 
.active, .accordion:hover {
  background-color: #ddd;
}
 */

/* Style the accordion panel. Note: hidden by default */
.panel {
  margin-top: 0.0em;
  padding: 0 3.0em;
  display: none;
  overflow: hidden;
}