/*
Theme Name: appso-supro 2023
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 4.9.5
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/

/* Mercury */
@font-face {
  font-family: 'mercury';
  src: url('fonts/mercury_medium-webfont.eot');
  src: url('fonts/mercury_medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/mercury_medium-webfont.woff') format('woff'),
       url('fonts/mercury_medium-webfont.ttf') format('truetype'),
       url('fonts/mercury_medium-webfont.svg#mercurymedium') format('svg');
  font-weight: bold;
  font-style: normal;

}

@font-face {
  font-family: 'mercury';
  src: url('fonts/mercury_regular-webfont.eot');
  src: url('fonts/mercury_regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/mercury_regular-webfont.woff') format('woff'),
       url('fonts/mercury_regular-webfont.ttf') format('truetype'),
       url('fonts/mercury_regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;

}

/*Name von svg Datei geändert (vgl unten)*/

@font-face {
  font-family: 'mercury';
  src: url('fonts/mercury_medium_italic-webfont.eot');
  src: url('fonts/mercury_medium_italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/mercury_medium_italic-webfont.woff') format('woff'),
       url('fonts/mercury_medium_italic-webfont.ttf') format('truetype'),
       url('fonts/mercury_medium_italic-webfont.svg#mercurymedium_italic') format('svg');
  font-weight: bold;
  font-style: italic;

}

@font-face {
  font-family: 'mercury';
  src: url('fonts/mercury_light_italic-webfont.eot');
  src: url('fonts/mercury_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/mercury_light_italic-webfont.woff') format('woff'),
       url('fonts/mercury_light_italic-webfont.ttf') format('truetype'),
       url('fonts/mercury_light_italic-webfont.svg#mercurylight_italic') format('svg');
  font-weight: light;
  font-style: italic;

}

@font-face {
  font-family: 'mercury';
  src: url('fonts/mercury_bold-webfont.eot');
  src: url('fonts/mercury_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/mercury_bold-webfont.woff') format('woff'),
       url('fonts/mercury_bold-webfont.ttf') format('truetype'),
       url('fonts/mercury_bold-webfont.svg#mercurybold') format('svg');
  font-weight: bolder;
  font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: 'mercury', sans-serif;
 }

 /* #General
================================================== */

body {
	background: #E1FBDA;
	font: 14px/22px 'mercury', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
}

::-moz-selection {
	color: #cccccc;
}
::selection {
	color: #cccccc;
}

/* #Typography & HTML Standard Tags
================================================== */

h1 {
	font-size:150px;
}
h3 {
	font-size:26px;
	margin-bottom:30px;
	/*font-weight: bolder;*/
	text-transform: uppercase;
}
/*folgendes p und welcome text Jorina*/
paragraph {
	font-weight: normal;
}

.welcome-text {
	font-weight: regular;
}

/* #Links
================================================== */

a:hover {
	color: #000000;
}
p a{
	color: #000000;
	padding: 8px 16px;
	border: 2px solid #000000;
	
}
p a:hover{
	padding: 8px 16px;
	color: #cccccc;
	
}

/* #Header Section
================================================== */
page-header {
	background: #E1FBDA;
}

.ha-header {
	background: #E1FBDA;
	border: 1px solid #cccccc;
	box-shadow: none;
}
.ha-header.ha-transparent {
	background:transparent;
	/*
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;*/
}
.site-logo .logo {
	display:none;
}
.section-title{
	font-family: "mercury",sans-serif;
}
.pt-style-2 .page-title:after, .pt-style-2 .parallax-title:after, .pt-style-2 .section-title:after {
	height: 0px;
}

/* #Navigation
================================================== */

#navigation {
	font-family: "mercury", Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding-top: -40px;
}
#navigation ul li a {
	padding-left:35px;
	color: #000;
	font-size:18px;
}
.ha-transparent #navigation ul li a {
	color:#000000;
}
.ha-transparent #navigation ul li a:after {
	content:'';
	left:20px;
}
#navigation ul li a:after {
	content:'';
	left:20px;
}
.ut-header-dark #navigation ul li a:after {
	content:'';
	left:20px;
}

/* Nav Sublevel  */

#navigation ul.sub-menu {
	margin-left:20px;
	box-shadow: none;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	transition:0.2s all linear;
}

/* Responsive Menu */

.ut-mm-button:before {
	content: "menu";
	font-family:'mercury';
	font-size:18px;
	text-transform: uppercase;
	color:#000000;
}
#ut-mobile-menu {
	margin:60px 0;
	font-size:18px;
	text-align:center;
}
.ha-transparent .ut-mobile-menu a,
.ut-header-dark .ut-mobile-menu a,
.ut-mobile-menu a {
	color:#000000;
}
.ut-mobile-menu a:after {
	content:'s';
	position:absolute;
	top:10px;
	left:15px;
}

/* #Footer
================================================== */

.footer {
	background:#cccccc;
}
.footer.ut-footer-dark h1,
.footer.ut-footer-dark h2,
.footer.ut-footer-dark h3,
.footer.ut-footer-dark h4,
.footer.ut-footer-dark h5,
.footer.ut-footer-dark h6,
.footer.ut-footer-dark strong, 
.footer.ut-footer-dark b {
	color:#000000;
}
.toTop {
	display: none;
}
.copyright {
	font-size:18px;
	color:#000000;
}
.footer-content a,
.copyright a {
	border-bottom: 2px solid black;
}

/* #Misc
================================================== */

.dark cite, .dark, .dark p.lead {
	color:#000000;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color:#000000;
}

/* #Media Queries
================================================== */

/* Phone & Small Tablets */
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 60px !important;
  }
}