/* Mods for old Dynamic Scripts */

/*Google Fonts*/

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/source-sans-pro-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-pro-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-pro-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-pro-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-pro-v19-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  
  /* source-sans-pro-italic - latin */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v19-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/source-sans-pro-v19-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-pro-v19-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-pro-v19-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-pro-v19-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-pro-v19-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  
  /* source-sans-pro-700 - latin */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v19-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/source-sans-pro-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-pro-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-pro-v19-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-pro-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-pro-v19-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  

/*Allgemein
**********************************************************************************/

html, body {
	height: 100%;
	margin: 0 !important;
  }
  
  header {
	height: 20%;
	width: 100%;
  }
  
  main {
	min-height: 100%;
	position: relative;
	height: auto !important;
  }
  
  .row {
	margin-right: 0 !important;
	margin-left: 0 !important;
  }
  
  body {
	background-color: #FFFFFF;
	padding-bottom: 3rem;
	color: #4f4f4f;
	font-family: 'Source Sans Pro', sans-serif;
  }
  
  .btn-primary {
	color: white;
	background-color: #315BB0 !important;
	border: none;
	margin-top: 5px;
  }
  
  .btn-primary:hover {
	background-color: #315BB0!important;
	color: white !important;
  }
  
   h4 {
	color: #315BB0;
  }
  
  h3 {
	color: #315BB0;
	font-size: 1.6em;
  }
  
  h1 {
	color: #41464b;
  }

  h2 {
	color: #41464b;
  }
  
  a:hover {
	color: #333333 !important;
  }
  
  footer>p>a {
	color: #5a5a5a;
  }
  
  /*Navigation
  ******************************************************************************************/
  
  /* nav {
	padding-left: 3% !important;
	/* background: rgba(52, 58, 64, 0.9); */
  }
  
  #mainNav {
	background-color: #fff;
  }
  
  #mainNav .navbar-brand {
	color: #315BB0;
	font-family: 'Source Sans Pro', sans-serif;
  }
  
  #mainNav .navbar-brand, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #f3f3f3;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link {
	font-size: 100%;
	font-weight: 400;
	padding: 0.75em 0;
	letter-spacing: 1px;
	color: #315BB0;
	font-family: 'Source Sans Pro', sans-serif;
	transition: all 0.4s;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link:focus, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #315BB0 !important;
  }
  
  @media (min-width: 992px) {
	#mainNav {
	  transition: padding-top 0.2s, padding-bottom 0.2s;
	  border: none;
	  background-color: #fff;
	}
	#mainNav .navbar-brand {
	  font-size: 1.75em;
	  transition: all 0.4s;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
	  padding: 1.1em 1em !important;
	}
	#mainNav.navbar-shrink {
	  padding-top: 0;
	  padding-bottom: 0;
	  background-color: #fff;
	  padding-top: 8px;
	  padding-bottom: 8px;
	}
	#mainNav.navbar-shrink {
	  font-size: 105%;
	  transition: all 0.4 s;
	}
	#mainNav.navbar-shrink .navbar-brand {
	  font-size: 1.25em;
	  padding: 12px 0;
	}
  }
  
  @media (max-width: 768px) {
	#mainNav .navbar-nav .nav-item .nav-link {
	  font-size: 73%;
	  font-weight: 400;
	  padding: 1em;
	  letter-spacing: 1px;
	  color: #315BB0;
	  font-family: 'Source Sans Pro', sans-serif;
	}
  }
  
  @media (max-width: 550px) {
	#button_name, .dropdown-item {
	  font-size: 90%;
	  font-family: 'Source Sans Pro', sans-serif;
	}
	#button_name {
	  line-height: 1.6 !important;
	}
	#mainNav .navbar-toggler {
	  font-size: 55%;
	}
  }
  
  @media (max-width: 400px) {
	#mainNav .navbar-toggler {
	  font-size: 52% !important;
	}
  }
  
  @media (max-width: 991px) {
	#mainNav .navbar-nav .nav-item .nav-link {
	  font-size: 73%;
	  font-weight: 400;
	  padding: 1em;
	  letter-spacing: 1px;
	  color: #315BB0;
	  font-family: 'Source Sans Pro', sans-serif;
	}
  }
  
  /* .navbar {
	z-index: 16;
  } */
   

.ubermenu-responsive-toggle {
	padding: 0.4rem .75rem !important;
}

  /* Featurettes
  **************************************************************************/
  
  .caption {
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-top: 40px !important;
  }
  
  @media (min-width: 40em) {
	.caption {
	  font-size: 30px;
	  margin-bottom: 25px;
	}
  }
  
  @media (max-width: 1000px) {
	.caption {
	  margin-bottom: 15px;
	  margin-top: 20px !important;
	}
  }
  
  @media (max-width: 770px) {
	.caption {
	  font-size: 25px;
	  margin-bottom: 15px;
	  margin-top: 20px !important;
	}
  }
  
  @media (max-width: 600px) {
	.caption {
	  font-size: 20px;
	  margin-bottom: 15px;
	  margin-top: 20px !important;
	}
  }
  
  @media (min-width: 62em) {
	.caption {
	  margin-top: 7rem;
	}
  }
  
  #div-pictures>.caption {
	margin-top: 0 !important;
  }
  
  /*section
  **************************************************************************************+*/
  
  .section-heading {
	margin-bottom: 50px;
	margin-top: 70px !important;
  }
  
  .section-subheading {
	margin-bottom: 50px;
  }
  
  @media (min-width: 40em) {
	.section-heading {
	  font-size: 50px;
	}
  }
  
  @media (min-width: 62em) {
	.section-heading {
	  margin-top: 7rem;
	}
  }
  
  /*Landingpage Epson*/
  
  #section-scanner {
	background-color: white;
	padding-bottom: 40px !important;
  }
  
  section:not(footer section) {
	padding-top: 50px;
  }
  
  #section-software {
	padding-top: 10px !important;
	padding-bottom: 50px !important;
  }
  
  .section-round {
	border-radius: 30px;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 20px;
	background-color: #f3f3f3;
  }
  
  @media (min-width: 767px) {
	.section-round {
	  padding-bottom: 50px;
	}
  }
  
  html {
	scroll-behavior: smooth;
  }
  
  .container-video {
	max-width: 1400px;
  }
  
  #section-video-part-3 {
	margin-bottom: 40px;
  }
  
  .div-form {
	margin-left: 20px;
  }
  
  .div-check {
	padding-left: 20px;
  }
  
  @media (max-width: 766px) {
	.embed-responsive-item {
	  width: inherit !important;
	  height: 100% !important;
	}
  }
  
  /*Responsive iFrame*/
  
  @media (min-width: 767px) {
	.embed-responsive {
	  width: 60% !important;
	  margin-right: auto;
	  margin-left: auto;
	}
  }
  
  .div-scanner, .div-form {
	margin-top: 3rem !important;
  }
  
  @media (max-width:767px) {
	.div-scanner, .div-scanner>img {
	  margin-top: 0 !important;
	}
  }
  
  .div-check {
	top: -50px !important;
  }
  
  @media (max-width:991px) {
	.div-check {
	  top: 0px;
	  margin-top: 30px;
	}
  }
  
  @media (max-width:767px) {
	.div-check {
	  top: 0px;
	  margin-top: 30px;
	}
  }
  
  .supported-os {
	font-size: 0.8rem;
	padding-left: 3px;
	padding-top: 1px;
  }
  
  .lost-sn {
	margin-left: 20px;
	font-size: 0.9rem;
	margin-top: -18px;
  }
  
  #section-scanner img {
	margin-right: auto;
	margin-left: auto;
  }
  
  @media (max-width: 990px) {
	#section-scanner {
	  padding-top: 0;
	}
  }
  
  .modal-dialog {
	max-width: 800px !important;
  }
  
  .modal-dialog li {
	list-style: none;
	padding: 3px;
  }
  
  .modal-dialog li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	width: 1.3em;
	color: green;
	padding-right: 30px;
  }
  
  .modal-dialog ul {
	margin-top: 0.8rem;
	padding-left: 10px;
  }
  
  .modal-title {
	color: #315BB0;
	font-size: 1.5rem;
  }
  
  .modal-body span {
	color: #315BB0;
	font-size: 1.4rem;
	margin-left: -7px;
  }
  
  /* @media (max-width:767) {
	.modal-dialog div{
	  padding-right:0 !;
	  padding-left:0 !important;
	}
  
	.modal-dialog ul {
	  margin-top:0.8rem;
	  padding-left:0px;
	}
  } */
  
  /*Flags*/
  
  /* .dropdown img {
	width: 32px;
  } */
  
  /* .dropdown-menu {
	text-align: right;
	background: none;
	white-space: normal;
	border: none;
  } */
  
  /* .dropdown-item img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
   */
  /* .dropdown-item:hover {
	background: none;
  } */
  
  /* .dropdown-item:hover img {
	width: 50px;
  } */
  
  /* @media (max-width: 767px) {
	.dropdown-menu {
	  min-width: 5rem;
	}
	.dropdown-item:hover img {
	  width: 32px;
	}
  } */
  
  /* #dropdownMenuButton {
	background-color: darkgray !important;
	border: none !important;
	height: 2.8em !important;
  } */
  
  /*Navi wenn collapsed*/
  
  /* .navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, button.navbar-toggler {
	height: 4.9em !important;
	/* background-color: darkgray; */
	border: none;
	width: 4.9em;
	color: white !important;
  } */
  
  /* @media (min-width: 501px) {
	.navbar-toggler.collapsed, button.navbar-toggler {
  font-size: 55% !important;
	}
  } */
  
  /*Presse*/
  
  #press>div p {
	line-height: 1.5 !important;
  }
  
  .text-dark {
	color: #4f4f4f;
  }
  
  .press-p {
	min-height: 100px;
  }
  
  
  /*Responsive Pressebox*/
  
  #pressebox {
	width: 100% !important;
	height: 590px !important;
  }
  
  @media(max-width: 1200px) {
	#pressebox {
	  height: 700px !important;
	}
  }
  
  @media(max-width: 767px) {
	#pressebox {
	  height: 850px !important;
	}
  }
  
  @media(max-width: 480px) {
	#pressebox {
	  height: 1200px !important;
	}
  }
  
  /*Twittereinstellungen*/
  #twitter-widget-1 {
	width: 90% !important;
  }
  
  /***** FD Plustek Activation *****/
  
  /* .fd_input {
	width: 320px; 
	display: block;
	padding: .375rem .75rem;
	font-weight: 400;
	height: 25px !important;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-    shadow .15s ease-in-out;
  } */
  
  .fd_select_pid, .fd_select_os, .fd_input {
	width: 223px;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	height: 40px !important;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .fd_select option, .fd_select optgroup {
  font-size: 1rem !important;
  }
  
  
  #fd_of8100,
  #fd_of8200i,
  #fd_of8300i,
  #fd_of9000i,
  #fd_120pro,
  #fd_120pro,
  #fd_of135i 
  {
	cursor:pointer;
  }
  
  .fd_zoom {
  transition: transform .2s; /* Animation */
  }
  
  .fd_zoom:hover {
  transform: scale(0.9); 
  }
  
  /*Christian Gregoire*/
  
  .w-20_cg {
	width: 20%;
  }
  .w-30_cg {
	width: 30%;
  }
  .w-35_cg {
	width: 35%;
  }
  .w-40_cg {
	width: 40%;
  }
  
  .card_plustek {
	width: 85%;
  }
  
  @media (max-width: 992px) {
  .card_plustek {
	width: 95%;
  }
  }
  
  
  @media (max-width: 576px) {
	#btn_plustek_check {
	  justify-content: center !important;
	  display: flex !important;
	  margin-right: auto !important;
	  margin-left: auto !important;
	}
	
	.card_plustek .card-body {
	  padding: 0 !important;
	}
  }
  
  .fd_box_8300i_1 a:hover {
	  color: white !important;
  }

  .fd_div1, .fd_div2, .fd_div3 {
	  padding: 0 !important;
  }

  .navbar-light .navbar-toggler, .navbar-toggler.navbar-shopping {
	  color: rgba(0,0,0,.5) !important;
	  border: 1px solid rgba(0,0,0,.1) !important;
	  font-size: .6rem !important;
  }

  #mainNav i, #mainNav .navbar-toggler-icon{
	  font-size: 1rem;
  }

  @media(min-width: 992px) {
  #mainNav nav {
	  height: 68px;
  }
}

@media(max-width: 991px) {
	nav.ubermenu-main {
		border: 1px solid lightgray;
		padding-left: 0px !important;
	  }
	  #mainNav {
		  padding-left: 0 !important;
	  }
}

.ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
	color: #49525a;
}

#google_translate_element {
	display: none;
}

.heading-footer a:hover {
color: #315BB0 !important;
}

#press {
	margin-bottom: 40px !important;
}